Html Css Color HEX #AAE4ED Blizzard Blue

📋 copy color: '#AAE4ED'

red 170 ◦ green 228 ◦ blue 237

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

Shades of Blizzard Blue #AAE4ED

Tints of Blizzard Blue #AAE4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 26.77%
G = 35.91%
B = 37.32%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAE4ED (or 0xAAE4ED) is known color: Blizzard Blue. HEX triplet: AA, E4 and ED. RGB value is (170,228,237). Sum of RGB (Red+Green+Blue) = 170+228+237=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4ED is #551B12. Grayscale: #D3D3D3. Windows color (decimal): -5577491 or 15590570. OLE color: 15590570.

HSL color Cylindrical-coordinate representation of color #AAE4ED: hue angle of 188.06º degrees, saturation: 0.65, 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 #AAE4ED is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 228 237 -
CMYK 0.28 0.04 0 0.07
HSL 188.06º 0.65% 0.8% -
HSV(B) 188.06º 0.28% 0.93% -
XYZ 59.61 70.15 90.52 -
YUV 211.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 170 228 237 0.28 0.04 0 0.07 188.06 0.65 0.8
Hex AA E4 ED 1C 4 0 7 BC 41 50
Octal 252 344 355 34 4 0 7 274 101 120
Binary 10101010 11100100 11101101 11100 100 0 111 10111100 1000001 1010000

Color Harmonies of #AAE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4ED

Black with #AAE4ED

Text Example


Text Example

White with #AAE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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