#9CEAEB

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

Shades of Blizzard Blue #9CEAEB

Tints of Blizzard Blue #9CEAEB

Color information

#9CEAEB (or 0x9CEAEB) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EA and EB. RGB value is (156,234,235). Sum of RGB (Red+Green+Blue) = 156+234+235=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CEAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEAEB is #631514. Grayscale: #D2D2D2. Windows color (decimal): -6493461 or 15461020. OLE color: 15461020.

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

Color convert

RGB156234235-
CMYK0.340.0000.08
HSL180.76º66.39%76.67%-
HSV(B)180.76º33.62%92.16%-
XYZ58.1371.9189.41-
YUV210.79141.6688.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.96%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=24.96%
G=37.44%
B=37.6%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562342350.340.0000.08180.7666.3976.67
Hex9CEAEB22008b5424d
Octal234352353420010265102115
Binary1001110011101010111010111000100010001011010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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