#9CEAE9

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

Shades of Blizzard Blue #9CEAE9

Tints of Blizzard Blue #9CEAE9

Color information

#9CEAE9 (or 0x9CEAE9) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EA and E9. RGB value is (156,234,233). Sum of RGB (Red+Green+Blue) = 156+234+233=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEAE9 is #631516. Grayscale: #D2D2D2. Windows color (decimal): -6493463 or 15329948. OLE color: 15329948.

HSL color Cylindrical-coordinate representation of color #9CEAE9: hue angle of 179.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEAE9 is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB156234233-
CMYK0.3300.000.08
HSL179.23º65%76.47%-
HSV(B)179.23º33.33%91.76%-
XYZ57.8471.887.9-
YUV210.56140.6689.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.04%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=25.04%
G=37.56%
B=37.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562342330.3300.000.08179.236576.47
Hex9CEAE921008b3414c
Octal234352351410010263101114
Binary1001110011101010111010011000010010001011001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,234,233); }

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

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

 a { background-color: rgb(156,234,233); }

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

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

 span { border-color: rgb(156,234,233); }

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