Html Css Color HEX #AAE4EC Blizzard Blue

📋 copy color: '#AAE4EC'

red 170 ◦ green 228 ◦ blue 236

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

Shades of Blizzard Blue #AAE4EC

Tints of Blizzard Blue #AAE4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.22%

R = 26.81%
G = 35.96%
B = 37.22%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAE4EC (or 0xAAE4EC) is known color: Blizzard Blue. HEX triplet: AA, E4 and EC. RGB value is (170,228,236). Sum of RGB (Red+Green+Blue) = 170+228+236=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4EC is #551B13. Grayscale: #D3D3D3. Windows color (decimal): -5577492 or 15525034. OLE color: 15525034.

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

Color convert

RGB 170 228 236 -
CMYK 0.28 0.03 0 0.07
HSL 187.27º 0.63% 0.8% -
HSV(B) 187.27º 0.28% 0.93% -
XYZ 59.46 70.09 89.75 -
YUV 211.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 170 228 236 0.28 0.03 0 0.07 187.27 0.63 0.8
Hex AA E4 EC 1C 3 0 7 BB 3F 50
Octal 252 344 354 34 3 0 7 273 77 120
Binary 10101010 11100100 11101100 11100 11 0 111 10111011 111111 1010000

Color Harmonies of #AAE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4EC

Black with #AAE4EC

Text Example


Text Example

White with #AAE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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