#9AE2EC

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

Shades of Blizzard Blue #9AE2EC

Tints of Blizzard Blue #9AE2EC

Color information

#9AE2EC (or 0x9AE2EC) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E2 and EC. RGB value is (154,226,236). Sum of RGB (Red+Green+Blue) = 154+226+236=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE2EC is #651D13. Grayscale: #CDCDCD. Windows color (decimal): -6626580 or 15524506. OLE color: 15524506.

HSL color Cylindrical-coordinate representation of color #9AE2EC: hue angle of 187.32º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AE2EC is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154226236-
CMYK0.350.0400.07
HSL187.32º68.33%76.47%-
HSV(B)187.32º34.75%92.55%-
XYZ55.6667.3289.42-
YUV205.61145.1591.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25%
GREEN value IS 226 (88.67% from 255) = 36.69%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=25%
G=36.69%
B=38.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542262360.350.0400.07187.3268.3376.47
Hex9AE2EC23407bb444c
Octal23234235443407273104114
Binary10011010111000101110110010001110001111011101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,226,236); }

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

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

 a { background-color: rgb(154,226,236); }

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

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

 span { border-color: rgb(154,226,236); }

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