#9CEEFB

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

Shades of Blizzard Blue #9CEEFB

Tints of Blizzard Blue #9CEEFB

Color information

#9CEEFB (or 0x9CEEFB) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EE and FB. RGB value is (156,238,251). Sum of RGB (Red+Green+Blue) = 156+238+251=645 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.19% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CEEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEEFB is #631104. Grayscale: #D6D6D6. Windows color (decimal): -6492421 or 16510620. OLE color: 16510620.

HSL color Cylindrical-coordinate representation of color #9CEEFB: hue angle of 188.21º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CEEFB is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156238251-
CMYK0.380.0500.02
HSL188.21º92.23%79.8%-
HSV(B)188.21º37.85%98.43%-
XYZ61.775.18102.53-
YUV214.96148.3385.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.19%
GREEN value IS 238 (93.36% from 255) = 36.90%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=24.19%
G=36.90%
B=38.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562382510.380.0500.02188.2192.2379.8
Hex9CEEFB26502bc5c50
Octal23435637346502274134120
Binary1001110011101110111110111001101010101011110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,238,251); }

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

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

 a { background-color: rgb(156,238,251); }

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

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

 span { border-color: rgb(156,238,251); }

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