#AAE0EE

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

Shades of Blizzard Blue #AAE0EE

Tints of Blizzard Blue #AAE0EE

Color information

#AAE0EE (or 0xAAE0EE) is unknown color: approx Blizzard Blue. HEX triplet: AA, E0 and EE. RGB value is (170,224,238). Sum of RGB (Red+Green+Blue) = 170+224+238=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0EE is #551F11. Grayscale: #D1D1D1. Windows color (decimal): -5578514 or 15655082. OLE color: 15655082.

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

Color convert

RGB170224238-
CMYK0.290.0600.07
HSL192.35º66.67%80%-
HSV(B)192.35º28.57%93.33%-
XYZ58.6768.0390.93-
YUV209.45144.1199.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=26.90%
G=35.44%
B=37.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702242380.290.0600.07192.3566.6780
HexAAE0EE1D607c04350
Octal25234035635607300103120
Binary1010101011100000111011101110111001111100000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0EE; }

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

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

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

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

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

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

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

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