#AAE3EC

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

Shades of Blizzard Blue #AAE3EC

Tints of Blizzard Blue #AAE3EC

Color information

#AAE3EC (or 0xAAE3EC) is unknown color: approx Blizzard Blue. HEX triplet: AA, E3 and EC. RGB value is (170,227,236). Sum of RGB (Red+Green+Blue) = 170+227+236=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3EC is #551C13. Grayscale: #D2D2D2. Windows color (decimal): -5577748 or 15524778. OLE color: 15524778.

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

Color convert

RGB170227236-
CMYK0.280.0400.07
HSL188.18º63.46%79.61%-
HSV(B)188.18º27.97%92.55%-
XYZ59.1969.5489.66-
YUV210.98142.1298.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.86%
GREEN value IS 227 (89.06% from 255) = 35.86%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=26.86%
G=35.86%
B=37.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702272360.280.0400.07188.1863.4679.61
HexAAE3EC1C407bc3f50
Octal2523433543440727477120
Binary101010101110001111101100111001000111101111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3EC; }

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

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

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

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

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

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

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

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