#9CF2F6

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

Shades of Blizzard Blue #9CF2F6

Tints of Blizzard Blue #9CF2F6

Color information

#9CF2F6 (or 0x9CF2F6) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F2 and F6. RGB value is (156,242,246). Sum of RGB (Red+Green+Blue) = 156+242+246=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #9CF2F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF2F6 is #630D09. Grayscale: #D8D8D8. Windows color (decimal): -6491402 or 16183964. OLE color: 16183964.

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

Color convert

RGB156242246-
CMYK0.370.0200.04
HSL182.67º83.33%78.82%-
HSV(B)182.67º36.59%96.47%-
XYZ62.177.2398.82-
YUV216.74144.5184.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.22%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 246 (96.48% from 255) = 38.20%
R=24.22%
G=37.58%
B=38.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562422460.370.0200.04182.6783.3378.82
Hex9CF2F625204b7534f
Octal23436236645204267123117
Binary1001110011110010111101101001011001001011011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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