#AAE7EC

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

Shades of Blizzard Blue #AAE7EC

Tints of Blizzard Blue #AAE7EC

Color information

#AAE7EC (or 0xAAE7EC) is unknown color: approx Blizzard Blue. HEX triplet: AA, E7 and EC. RGB value is (170,231,236). Sum of RGB (Red+Green+Blue) = 170+231+236=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7EC is #551813. Grayscale: #D5D5D5. Windows color (decimal): -5576724 or 15525802. OLE color: 15525802.

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

Color convert

RGB170231236-
CMYK0.280.0200.07
HSL184.55º63.46%79.61%-
HSV(B)184.55º27.97%92.55%-
XYZ60.2971.7590.03-
YUV213.33140.7997.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=26.69%
G=36.26%
B=37.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702312360.280.0200.07184.5563.4679.61
HexAAE7EC1C207b93f50
Octal2523473543420727177120
Binary10101010111001111110110011100100111101110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7EC; }

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

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

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

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

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

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

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

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