Html Css Color HEX #AAE1EF Blizzard Blue

📋 copy color: '#AAE1EF'

red 170 ◦ green 225 ◦ blue 239

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

Shades of Blizzard Blue #AAE1EF

Tints of Blizzard Blue #AAE1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.49%

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

R = 26.81%
G = 35.49%
B = 37.7%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAE1EF (or 0xAAE1EF) is known color: Blizzard Blue. HEX triplet: AA, E1 and EF. RGB value is (170,225,239). Sum of RGB (Red+Green+Blue) = 170+225+239=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1EF is #551E10. Grayscale: #D2D2D2. Windows color (decimal): -5578257 or 15720874. OLE color: 15720874.

HSL color Cylindrical-coordinate representation of color #AAE1EF: hue angle of 192.17º 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 #AAE1EF is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 225 239 -
CMYK 0.29 0.06 0 0.06
HSL 192.17º 0.68% 0.8% -
HSV(B) 192.17º 0.29% 0.94% -
XYZ 59.08 68.63 91.79 -
YUV 210.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 170 225 239 0.29 0.06 0 0.06 192.17 0.68 0.8
Hex AA E1 EF 1D 6 0 6 C0 44 50
Octal 252 341 357 35 6 0 6 300 104 120
Binary 10101010 11100001 11101111 11101 110 0 110 11000000 1000100 1010000

Color Harmonies of #AAE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1EF

Black with #AAE1EF

Text Example


Text Example

White with #AAE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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