Html Css Color HEX #AAE4EF Blizzard Blue

📋 copy color: '#AAE4EF'

red 170 ◦ green 228 ◦ blue 239

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

Shades of Blizzard Blue #AAE4EF

Tints of Blizzard Blue #AAE4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.79%

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

R = 26.69%
G = 35.79%
B = 37.52%

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

#AAE4EF (or 0xAAE4EF) is known color: Blizzard Blue. HEX triplet: AA, E4 and EF. RGB value is (170,228,239). Sum of RGB (Red+Green+Blue) = 170+228+239=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAE4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4EF is #551B10. Grayscale: #D3D3D3. Windows color (decimal): -5577489 or 15721642. OLE color: 15721642.

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

Color convert

RGB 170 228 239 -
CMYK 0.29 0.05 0 0.06
HSL 189.57º 0.68% 0.8% -
HSV(B) 189.57º 0.29% 0.94% -
XYZ 59.9 70.26 92.07 -
YUV 211.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 170 228 239 0.29 0.05 0 0.06 189.57 0.68 0.8
Hex AA E4 EF 1D 5 0 6 BE 44 50
Octal 252 344 357 35 5 0 6 276 104 120
Binary 10101010 11100100 11101111 11101 101 0 110 10111110 1000100 1010000

Color Harmonies of #AAE4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4EF

Black with #AAE4EF

Text Example


Text Example

White with #AAE4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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