Html Css Color HEX #AAE0EF Blizzard Blue

📋 copy color: '#AAE0EF'

red 170 ◦ green 224 ◦ blue 239

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

Shades of Blizzard Blue #AAE0EF

Tints of Blizzard Blue #AAE0EF

RGB

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

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

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

R = 26.86%
G = 35.39%
B = 37.76%

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

#AAE0EF (or 0xAAE0EF) is known color: Blizzard Blue. HEX triplet: AA, E0 and EF. RGB value is (170,224,239). Sum of RGB (Red+Green+Blue) = 170+224+239=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0EF is #551F10. Grayscale: #D1D1D1. Windows color (decimal): -5578513 or 15720618. OLE color: 15720618.

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

Color convert

RGB 170 224 239 -
CMYK 0.29 0.06 0 0.06
HSL 193.04º 0.68% 0.8% -
HSV(B) 193.04º 0.29% 0.94% -
XYZ 58.81 68.09 91.7 -
YUV 209.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 170 224 239 0.29 0.06 0 0.06 193.04 0.68 0.8
Hex AA E0 EF 1D 6 0 6 C1 44 50
Octal 252 340 357 35 6 0 6 301 104 120
Binary 10101010 11100000 11101111 11101 110 0 110 11000001 1000100 1010000

Color Harmonies of #AAE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0EF

Black with #AAE0EF

Text Example


Text Example

White with #AAE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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