#AAE2EE

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

Shades of Blizzard Blue #AAE2EE

Tints of Blizzard Blue #AAE2EE

Color information

#AAE2EE (or 0xAAE2EE) is unknown color: approx Blizzard Blue. HEX triplet: AA, E2 and EE. RGB value is (170,226,238). Sum of RGB (Red+Green+Blue) = 170+226+238=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2EE is #551D11. Grayscale: #D2D2D2. Windows color (decimal): -5578002 or 15655594. OLE color: 15655594.

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

Color convert

RGB170226238-
CMYK0.290.0500.07
HSL190.59º66.67%80%-
HSV(B)190.59º28.57%93.33%-
XYZ59.2169.1191.11-
YUV210.62143.4599.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=26.81%
G=35.65%
B=37.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702262380.290.0500.07190.5966.6780
HexAAE2EE1D507bf4350
Octal25234235635507277103120
Binary1010101011100010111011101110110101111011111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2EE; }

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

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

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

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

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

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

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

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