Html Css Color HEX #AAECF8 Blizzard Blue

📋 copy color: '#AAECF8'

red 170 ◦ green 236 ◦ blue 248

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

Shades of Blizzard Blue #AAECF8

Tints of Blizzard Blue #AAECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.09%

 BLUE value IS 248 (97.27% from 255) = 37.92%

R = 25.99%
G = 36.09%
B = 37.92%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AAECF8 (or 0xAAECF8) is known color: Blizzard Blue. HEX triplet: AA, EC and F8. RGB value is (170,236,248). Sum of RGB (Red+Green+Blue) = 170+236+248=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF8 is #551307. Grayscale: #D9D9D9. Windows color (decimal): -5575432 or 16313514. OLE color: 16313514.

HSL color Cylindrical-coordinate representation of color #AAECF8: hue angle of 189.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAECF8 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 236 248 -
CMYK 0.31 0.05 0 0.03
HSL 189.23º 0.85% 0.82% -
HSV(B) 189.23º 0.31% 0.97% -
XYZ 63.52 75.31 100 -
YUV 217.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 170 236 248 0.31 0.05 0 0.03 189.23 0.85 0.82
Hex AA EC F8 1F 5 0 3 BD 55 52
Octal 252 354 370 37 5 0 3 275 125 122
Binary 10101010 11101100 11111000 11111 101 0 11 10111101 1010101 1010010

Color Harmonies of #AAECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECF8

Black with #AAECF8

Text Example


Text Example

White with #AAECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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