#AAE6EC

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

Shades of Blizzard Blue #AAE6EC

Tints of Blizzard Blue #AAE6EC

Color information

#AAE6EC (or 0xAAE6EC) is unknown color: approx Blizzard Blue. HEX triplet: AA, E6 and EC. RGB value is (170,230,236). Sum of RGB (Red+Green+Blue) = 170+230+236=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6EC is #551913. Grayscale: #D4D4D4. Windows color (decimal): -5576980 or 15525546. OLE color: 15525546.

HSL color Cylindrical-coordinate representation of color #AAE6EC: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAE6EC is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170230236-
CMYK0.280.0300.07
HSL185.45º63.46%79.61%-
HSV(B)185.45º27.97%92.55%-
XYZ60.0171.289.94-
YUV212.74141.1297.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.73%
GREEN value IS 230 (90.23% from 255) = 36.16%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=26.73%
G=36.16%
B=37.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702302360.280.0300.07185.4563.4679.61
HexAAE6EC1C307b93f50
Octal2523463543430727177120
Binary10101010111001101110110011100110111101110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6EC; }

 p { color: rgb(170,230,236); }

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

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

 a { background-color: rgb(170,230,236); }

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

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

 span { border-color: rgb(170,230,236); }

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