#AAE3EB

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

Shades of Blizzard Blue #AAE3EB

Tints of Blizzard Blue #AAE3EB

Color information

#AAE3EB (or 0xAAE3EB) is unknown color: approx Blizzard Blue. HEX triplet: AA, E3 and EB. RGB value is (170,227,235). Sum of RGB (Red+Green+Blue) = 170+227+235=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAE3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3EB is #551C14. Grayscale: #D2D2D2. Windows color (decimal): -5577749 or 15459242. OLE color: 15459242.

HSL color Cylindrical-coordinate representation of color #AAE3EB: hue angle of 187.38º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAE3EB is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170227235-
CMYK0.280.0300.08
HSL187.38º61.9%79.41%-
HSV(B)187.38º27.66%92.16%-
XYZ59.0469.4888.9-
YUV210.87141.6298.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 227 (89.06% from 255) = 35.92%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=26.90%
G=35.92%
B=37.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702272350.280.0300.08187.3861.979.41
HexAAE3EB1C308bb3e4f
Octal25234335334301027376117
Binary101010101110001111101011111001101000101110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3EB; }

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

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

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

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

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

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

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

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