#AAE3ED

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

Shades of Blizzard Blue #AAE3ED

Tints of Blizzard Blue #AAE3ED

Color information

#AAE3ED (or 0xAAE3ED) is unknown color: approx Blizzard Blue. HEX triplet: AA, E3 and ED. RGB value is (170,227,237). Sum of RGB (Red+Green+Blue) = 170+227+237=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAE3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3ED is #551C12. Grayscale: #D3D3D3. Windows color (decimal): -5577747 or 15590314. OLE color: 15590314.

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

Color convert

RGB170227237-
CMYK0.280.0400.07
HSL188.96º65.05%79.8%-
HSV(B)188.96º28.27%92.94%-
XYZ59.3369.690.43-
YUV211.1142.6298.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 227 (89.06% from 255) = 35.80%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=26.81%
G=35.80%
B=37.38%

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
Decimal1702272370.280.0400.07188.9665.0579.8
HexAAE3ED1C407bd4150
Octal25234335534407275101120
Binary1010101011100011111011011110010001111011110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3ED; }

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

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

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

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

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

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

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

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