#9CF0F9

Color #9CF0F9 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #9CF0F9

Tints of Blizzard Blue #9CF0F9

Color information

#9CF0F9 (or 0x9CF0F9) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F0 and F9. RGB value is (156,240,249). Sum of RGB (Red+Green+Blue) = 156+240+249=645 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.19% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #9CF0F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF0F9 is #630F06. Grayscale: #D7D7D7. Windows color (decimal): -6491911 or 16380060. OLE color: 16380060.

HSL color Cylindrical-coordinate representation of color #9CF0F9: hue angle of 185.81º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF0F9 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156240249-
CMYK0.370.0400.02
HSL185.81º88.57%79.41%-
HSV(B)185.81º37.35%97.65%-
XYZ61.9776.23101.07-
YUV215.91146.6785.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 24.19%
GREEN value IS 240 (94.14% from 255) = 37.21%
BLUE value IS 249 (97.66% from 255) = 38.60%
R=24.19%
G=37.21%
B=38.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562402490.370.0400.02185.8188.5779.41
Hex9CF0F925402ba594f
Octal23436037145402272131117
Binary1001110011110000111110011001011000101011101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CF0F9; }

 p { color: rgb(156,240,249); }

 H1.HeaderClassName
 {
   color: #9CF0F9;
 }
 .AnyTagClassName
 {
   color: #9CF0F9;
 }
</style>
background-color css

<style>
 a { background-color: #9CF0F9; }

 a { background-color: rgb(156,240,249); }

 div.DivClassName
 {
   background-color: #9CF0F9;
 }
 .BgClassName
 {
   background-color: #9CF0F9;
 }
</style>
border-color css

<style>
 span { border-color: #9CF0F9; }

 span { border-color: rgb(156,240,249); }

 td.TdClassName
 {
   border-color: #9CF0F9;
 }
 .TagClassName
 {
   border-color: #9CF0F9;
 }
</style>