#9AE5EE

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

Shades of Blizzard Blue #9AE5EE

Tints of Blizzard Blue #9AE5EE

Color information

#9AE5EE (or 0x9AE5EE) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E5 and EE. RGB value is (154,229,238). Sum of RGB (Red+Green+Blue) = 154+229+238=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE5EE is #651A11. Grayscale: #CFCFCF. Windows color (decimal): -6625810 or 15656346. OLE color: 15656346.

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

Color convert

RGB154229238-
CMYK0.350.0400.07
HSL186.43º71.19%76.86%-
HSV(B)186.43º35.29%93.33%-
XYZ56.7869.0891.23-
YUV207.6145.1589.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.80%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=24.80%
G=36.88%
B=38.33%

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
Decimal1542292380.350.0400.07186.4371.1976.86
Hex9AE5EE23407ba474d
Octal23234535643407272107115
Binary10011010111001011110111010001110001111011101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,229,238); }

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

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

 a { background-color: rgb(154,229,238); }

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

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

 span { border-color: rgb(154,229,238); }

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