Html Css Color HEX #AAE5EC Blizzard Blue

📋 copy color: '#AAE5EC'

red 170 ◦ green 229 ◦ blue 236

#AAE5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #AAE5EC

Tints of Blizzard Blue #AAE5EC

RGB

 RED value IS 170 (66.8% from 255) = 26.77%

 GREEN value IS 229 (89.84% from 255) = 36.06%

 BLUE value IS 236 (92.58% from 255) = 37.17%

R = 26.77%
G = 36.06%
B = 37.17%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAE5EC (or 0xAAE5EC) is known color: Blizzard Blue. HEX triplet: AA, E5 and EC. RGB value is (170,229,236). Sum of RGB (Red+Green+Blue) = 170+229+236=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5EC is #551A13. Grayscale: #D4D4D4. Windows color (decimal): -5577236 or 15525290. OLE color: 15525290.

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

Color convert

RGB 170 229 236 -
CMYK 0.28 0.03 0 0.07
HSL 186.36º 0.63% 0.8% -
HSV(B) 186.36º 0.28% 0.93% -
XYZ 59.74 70.64 89.84 -
YUV 212.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 170 229 236 0.28 0.03 0 0.07 186.36 0.63 0.8
Hex AA E5 EC 1C 3 0 7 BA 3F 50
Octal 252 345 354 34 3 0 7 272 77 120
Binary 10101010 11100101 11101100 11100 11 0 111 10111010 111111 1010000

Color Harmonies of #AAE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5EC

Black with #AAE5EC

Text Example


Text Example

White with #AAE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5EC; }

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

 H1.HeaderClassName
 {
   color: #AAE5EC;
 }
 .AnyTagClassName
 {
   color: #AAE5EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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