Color Hex Logo

#9fcbff Color Hex

#9FCBFF
(159,203,255)
0 Favorites   0 Comments

Color spaces of #9fcbff

RGB 159203255
HSL0.591.000.81
HSV213°38°100°
CMYK 0.380.200.00   0.00
XYZ53.704057.3028102.8378
Yxy57.30280.25110.2680
Hunter Lab75.6986-5.8366-27.5574
CIE-Lab80.3496-1.9423-30.1080

#9fcbff color RGB value is (159,203,255).

#9fcbff hex color red value is 159, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9fcbff hue: 0.59 , saturation: 1.00 and the lightness value of 9fcbff is 0.81.

The process color (four color CMYK) of #9fcbff color hex is 0.38, 0.20, 0.00, 0.00. Web safe color of #9fcbff is #99ccff. Color #9fcbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001011 11111111
Octal 237 313 377
Decimal 159 203 255
Hex 9F CB FF

RGB Percentages of Color #9fcbff

%25.77
%32.90
%41.33

CMYK Percentages of Color #9fcbff

%38
%20
%0
%0

Triadic Colors of #9fcbff

#9fcbff #ff9fcb #cbff9f

Analogous Colors of #9fcbff

#9fcbff #a39fff #9ffbff

Monochromatic Colors of #9fcbff

#9fcbff

Complementary Color

#9fcbff #ffd39f

#9fcbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcbff Color CSS Codes

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

#9fcbff Text Font Color

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

This sample text font color is #9fcbff
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.


#9fcbff Background Color

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

This div background color is #9fcbff


#9fcbff Border Color

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

This div border color is #9fcbff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,203,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 #9fcbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcbff


Comments

No comments written yet.

Please login to write comment.