Html Css Color HEX #AAE0EC Blizzard Blue

📋 copy color: '#AAE0EC'

red 170 ◦ green 224 ◦ blue 236

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

Shades of Blizzard Blue #AAE0EC

Tints of Blizzard Blue #AAE0EC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.56%

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

R = 26.98%
G = 35.56%
B = 37.46%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAE0EC (or 0xAAE0EC) is known color: Blizzard Blue. HEX triplet: AA, E0 and EC. RGB value is (170,224,236). Sum of RGB (Red+Green+Blue) = 170+224+236=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0EC is #551F13. Grayscale: #D1D1D1. Windows color (decimal): -5578516 or 15524010. OLE color: 15524010.

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

Color convert

RGB 170 224 236 -
CMYK 0.28 0.05 0 0.07
HSL 190.91º 0.63% 0.8% -
HSV(B) 190.91º 0.28% 0.93% -
XYZ 58.37 67.91 89.39 -
YUV 209.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 170 224 236 0.28 0.05 0 0.07 190.91 0.63 0.8
Hex AA E0 EC 1C 5 0 7 BF 3F 50
Octal 252 340 354 34 5 0 7 277 77 120
Binary 10101010 11100000 11101100 11100 101 0 111 10111111 111111 1010000

Color Harmonies of #AAE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0EC

Black with #AAE0EC

Text Example


Text Example

White with #AAE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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