Color Hex Logo

#9bfcff Color Hex

#9BFCFF
(155,252,255)
0 Favorites   0 Comments

Color spaces of #9bfcff

RGB 155252255
HSL0.511.000.80
HSV182°39°100°
CMYK 0.390.010.00   0.00
XYZ66.378083.8094107.2861
Yxy83.80940.25780.3255
Hunter Lab91.5475-30.7837-5.3998
CIE-Lab93.3677-27.8051-10.4525

#9bfcff color RGB value is (155,252,255).

#9bfcff hex color red value is 155, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9bfcff hue: 0.51 , saturation: 1.00 and the lightness value of 9bfcff is 0.80.

The process color (four color CMYK) of #9bfcff color hex is 0.39, 0.01, 0.00, 0.00. Web safe color of #9bfcff is #99ffff. Color #9bfcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111100 11111111
Octal 233 374 377
Decimal 155 252 255
Hex 9B FC FF

RGB Percentages of Color #9bfcff

%23.41
%38.07
%38.52

CMYK Percentages of Color #9bfcff

%39
%1
%0
%0

Triadic Colors of #9bfcff

#9bfcff #ff9bfc #fcff9b

Analogous Colors of #9bfcff

#9bfcff #9bcaff #9bffd0

Monochromatic Colors of #9bfcff

#9bfcff

Complementary Color

#9bfcff #ff9e9b

#9bfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfcff Color CSS Codes

.mybgcolor {background-color:#9bfcff; } 
.myforecolor {color:#9bfcff; }
.mybordercolor {border:3px solid #9bfcff; }

#9bfcff Text Font Color

<p style="color:#9bfcff">Text here</p>

This sample text font color is #9bfcff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9bfcff Background Color

<div style="background-color:#9bfcff">
Div content here</div>

This div background color is #9bfcff


#9bfcff Border Color

<div style="border:3px solid #9bfcff">
Div here</div>

This div border color is #9bfcff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,252,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bfcff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bfcff;
  -webkit-box-shadow: 1px 1px 3px 2px #9bfcff;
  box-shadow:         1px 1px 3px 2px #9bfcff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,252,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9bfcff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9bfcff;
  -webkit-box-shadow: 1px 1px 3px 2px #9bfcff;
  box-shadow:         1px 1px 3px 2px #9bfcff;">
Div content here</div>

This div box has shadow with color #9bfcff

Related Colors

#9bfcff Color Palettes


Comments

No comments written yet.

Please login to write comment.