#9CF2F7

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

Shades of Blizzard Blue #9CF2F7

Tints of Blizzard Blue #9CF2F7

Color information

#9CF2F7 (or 0x9CF2F7) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F2 and F7. RGB value is (156,242,247). Sum of RGB (Red+Green+Blue) = 156+242+247=645 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.19% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #9CF2F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF2F7 is #630D08. Grayscale: #D8D8D8. Windows color (decimal): -6491401 or 16249500. OLE color: 16249500.

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

Color convert

RGB156242247-
CMYK0.370.0200.03
HSL183.3º85.05%79.02%-
HSV(B)183.3º36.84%96.86%-
XYZ62.2577.2999.63-
YUV216.86145.0184.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.19%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=24.19%
G=37.52%
B=38.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1562422470.370.0200.03183.385.0579.02
Hex9CF2F725203b7554f
Octal23436236745203267125117
Binary100111001111001011110111100101100111011011110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,242,247); }

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

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

 a { background-color: rgb(156,242,247); }

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

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

 span { border-color: rgb(156,242,247); }

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