Html Css Color HEX #AAE2EF Blizzard Blue

📋 copy color: '#AAE2EF'

red 170 ◦ green 226 ◦ blue 239

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

Shades of Blizzard Blue #AAE2EF

Tints of Blizzard Blue #AAE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 26.77%
G = 35.59%
B = 37.64%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAE2EF (or 0xAAE2EF) is known color: Blizzard Blue. HEX triplet: AA, E2 and EF. RGB value is (170,226,239). Sum of RGB (Red+Green+Blue) = 170+226+239=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2EF is #551D10. Grayscale: #D2D2D2. Windows color (decimal): -5578001 or 15721130. OLE color: 15721130.

HSL color Cylindrical-coordinate representation of color #AAE2EF: hue angle of 191.3º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE2EF is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 226 239 -
CMYK 0.29 0.05 0 0.06
HSL 191.3º 0.68% 0.8% -
HSV(B) 191.3º 0.29% 0.94% -
XYZ 59.35 69.17 91.88 -
YUV 210.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 170 226 239 0.29 0.05 0 0.06 191.3 0.68 0.8
Hex AA E2 EF 1D 5 0 6 BF 44 50
Octal 252 342 357 35 5 0 6 277 104 120
Binary 10101010 11100010 11101111 11101 101 0 110 10111111 1000100 1010000

Color Harmonies of #AAE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2EF

Black with #AAE2EF

Text Example


Text Example

White with #AAE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2EF; }

 p { color: rgb(170,226,239); }

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

background-color css

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

 a { background-color: rgb(170,226,239); }

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

border-color css

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

 span { border-color: rgb(170,226,239); }

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