#aae5ee

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

Shades of Blizzard Blue #AAE5EE

Tints of Blizzard Blue #AAE5EE

Color information

#AAE5EE (or 0xAAE5EE) is unknown color: approx Blizzard Blue. HEX triplet: AA, E5 and EE. RGB value is (170,229,238). Sum of RGB (Red+Green+Blue) = 170+229+238=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5EE is #551A11. Grayscale: #D4D4D4. Windows color (decimal): -5577234 or 15656362. OLE color: 15656362.

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

Color convert

RGB170229238-
CMYK0.290.0400.07
HSL187.94º66.67%80%-
HSV(B)187.94º28.57%93.33%-
XYZ60.0370.7691.38-
YUV212.38142.4597.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=26.69%
G=35.95%
B=37.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702292380.290.0400.07187.9466.6780
HexAAE5EE1D407bc4350
Octal25234535635407274103120
Binary1010101011100101111011101110110001111011110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aae5ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aae5ee; }

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

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

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

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

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

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

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

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