Color Hex Logo

#9fcffb Color Hex

#9FCFFB
(159,207,251)
0 Favorites   0 Comments

Color spaces of #9fcffb

RGB 159207251
HSL0.580.920.80
HSV209°37°98°
CMYK 0.370.180.00   0.02
XYZ54.023558.961699.8002
Yxy58.96160.25390.2771
Hunter Lab76.7865-8.7917-23.3093
CIE-Lab81.2705-5.0935-26.5688

#9fcffb color RGB value is (159,207,251).

#9fcffb hex color red value is 159, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9fcffb hue: 0.58 , saturation: 0.92 and the lightness value of 9fcffb is 0.80.

The process color (four color CMYK) of #9fcffb color hex is 0.37, 0.18, 0.00, 0.02. Web safe color of #9fcffb is #99ccff. Color #9fcffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001111 11111011
Octal 237 317 373
Decimal 159 207 251
Hex 9F CF FB

RGB Percentages of Color #9fcffb

%25.77
%33.55
%40.68

CMYK Percentages of Color #9fcffb

%37
%18
%0
%2

Triadic Colors of #9fcffb

#9fcffb #fb9fcf #cffb9f

Analogous Colors of #9fcffb

#9fcffb #9fa1fb #9ffbf9

Monochromatic Colors of #9fcffb

#9fcffb

Complementary Color

#9fcffb #fbcb9f

#9fcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcffb Color CSS Codes

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

#9fcffb Text Font Color

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

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


#9fcffb Background Color

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

This div background color is #9fcffb


#9fcffb Border Color

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

This div border color is #9fcffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,207,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcffb

#9fcffb Color Palettes


Comments

No comments written yet.

Please login to write comment.