#AAE6ED

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

Shades of Blizzard Blue #AAE6ED

Tints of Blizzard Blue #AAE6ED

Color information

#AAE6ED (or 0xAAE6ED) is unknown color: approx Blizzard Blue. HEX triplet: AA, E6 and ED. RGB value is (170,230,237). Sum of RGB (Red+Green+Blue) = 170+230+237=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6ED is #551912. Grayscale: #D4D4D4. Windows color (decimal): -5576979 or 15591082. OLE color: 15591082.

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

Color convert

RGB170230237-
CMYK0.280.0300.07
HSL186.27º65.05%79.8%-
HSV(B)186.27º28.27%92.94%-
XYZ60.1671.2590.7-
YUV212.86141.6297.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 230 (90.23% from 255) = 36.11%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=26.69%
G=36.11%
B=37.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702302370.280.0300.07186.2765.0579.8
HexAAE6ED1C307ba4150
Octal25234635534307272101120
Binary101010101110011011101101111001101111011101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6ED; }

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

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

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

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

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

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

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

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