#AAE7EB

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

Shades of Blizzard Blue #AAE7EB

Tints of Blizzard Blue #AAE7EB

Color information

#AAE7EB (or 0xAAE7EB) is unknown color: approx Blizzard Blue. HEX triplet: AA, E7 and EB. RGB value is (170,231,235). Sum of RGB (Red+Green+Blue) = 170+231+235=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAE7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7EB is #551814. Grayscale: #D5D5D5. Windows color (decimal): -5576725 or 15460266. OLE color: 15460266.

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

Color convert

RGB170231235-
CMYK0.280.0200.08
HSL183.69º61.9%79.41%-
HSV(B)183.69º27.66%92.16%-
XYZ60.1571.789.27-
YUV213.22140.2997.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.73%
GREEN value IS 231 (90.62% from 255) = 36.32%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=26.73%
G=36.32%
B=36.95%

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
Decimal1702312350.280.0200.08183.6961.979.41
HexAAE7EB1C208b83e4f
Octal25234735334201027076117
Binary101010101110011111101011111001001000101110001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7EB; }

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

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

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

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

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

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

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

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