#9AE3EC

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

Shades of Blizzard Blue #9AE3EC

Tints of Blizzard Blue #9AE3EC

Color information

#9AE3EC (or 0x9AE3EC) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E3 and EC. RGB value is (154,227,236). Sum of RGB (Red+Green+Blue) = 154+227+236=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AE3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE3EC is #651C13. Grayscale: #CECECE. Windows color (decimal): -6626324 or 15524762. OLE color: 15524762.

HSL color Cylindrical-coordinate representation of color #9AE3EC: hue angle of 186.59º 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 #9AE3EC is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154227236-
CMYK0.350.0400.07
HSL186.59º68.33%76.47%-
HSV(B)186.59º34.75%92.55%-
XYZ55.9467.8689.51-
YUV206.2144.8290.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.96%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=24.96%
G=36.79%
B=38.25%

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
Decimal1542272360.350.0400.07186.5968.3376.47
Hex9AE3EC23407bb444c
Octal23234335443407273104114
Binary10011010111000111110110010001110001111011101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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