#AAE6EB

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

Shades of Blizzard Blue #AAE6EB

Tints of Blizzard Blue #AAE6EB

Color information

#AAE6EB (or 0xAAE6EB) is unknown color: approx Blizzard Blue. HEX triplet: AA, E6 and EB. RGB value is (170,230,235). Sum of RGB (Red+Green+Blue) = 170+230+235=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAE6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6EB is #551914. Grayscale: #D4D4D4. Windows color (decimal): -5576981 or 15460010. OLE color: 15460010.

HSL color Cylindrical-coordinate representation of color #AAE6EB: hue angle of 184.62º 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 #AAE6EB is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170230235-
CMYK0.280.0200.08
HSL184.62º61.9%79.41%-
HSV(B)184.62º27.66%92.16%-
XYZ59.8771.1489.17-
YUV212.63140.6297.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.77%
GREEN value IS 230 (90.23% from 255) = 36.22%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=26.77%
G=36.22%
B=37.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702302350.280.0200.08184.6261.979.41
HexAAE6EB1C208b93e4f
Octal25234635334201027176117
Binary101010101110011011101011111001001000101110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6EB; }

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

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

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

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

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

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

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

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