Html Css Color HEX #AAE4EE Blizzard Blue

📋 copy color: '#AAE4EE'

red 170 ◦ green 228 ◦ blue 238

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

Shades of Blizzard Blue #AAE4EE

Tints of Blizzard Blue #AAE4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 26.73%
G = 35.85%
B = 37.42%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAE4EE (or 0xAAE4EE) is known color: Blizzard Blue. HEX triplet: AA, E4 and EE. RGB value is (170,228,238). Sum of RGB (Red+Green+Blue) = 170+228+238=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4EE is #551B11. Grayscale: #D3D3D3. Windows color (decimal): -5577490 or 15656106. OLE color: 15656106.

HSL color Cylindrical-coordinate representation of color #AAE4EE: hue angle of 188.82º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE4EE is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 228 238 -
CMYK 0.29 0.04 0 0.07
HSL 188.82º 0.67% 0.8% -
HSV(B) 188.82º 0.29% 0.93% -
XYZ 59.75 70.21 91.29 -
YUV 211.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 170 228 238 0.29 0.04 0 0.07 188.82 0.67 0.8
Hex AA E4 EE 1D 4 0 7 BD 43 50
Octal 252 344 356 35 4 0 7 275 103 120
Binary 10101010 11100100 11101110 11101 100 0 111 10111101 1000011 1010000

Color Harmonies of #AAE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4EE

Black with #AAE4EE

Text Example


Text Example

White with #AAE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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