#9CE8F2

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

Shades of Blizzard Blue #9CE8F2

Tints of Blizzard Blue #9CE8F2

Color information

#9CE8F2 (or 0x9CE8F2) is unknown color: approx Blizzard Blue. HEX triplet: 9C, E8 and F2. RGB value is (156,232,242). Sum of RGB (Red+Green+Blue) = 156+232+242=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CE8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE8F2 is #63170D. Grayscale: #D2D2D2. Windows color (decimal): -6493966 or 15919260. OLE color: 15919260.

HSL color Cylindrical-coordinate representation of color #9CE8F2: hue angle of 186.98º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CE8F2 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156232242-
CMYK0.360.0400.05
HSL186.98º76.79%78.04%-
HSV(B)186.98º35.54%94.9%-
XYZ58.5971.1994.66-
YUV210.42145.8289.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.76%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=24.76%
G=36.83%
B=38.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562322420.360.0400.05186.9876.7978.04
Hex9CE8F224405bb4d4e
Octal23435036244405273115116
Binary10011100111010001111001010010010001011011101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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