#AEEAF8

Color #AEEAF8 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #AEEAF8

Tints of Blizzard Blue #AEEAF8

Color information

#AEEAF8 (or 0xAEEAF8) is unknown color: approx Blizzard Blue. HEX triplet: AE, EA and F8. RGB value is (174,234,248). Sum of RGB (Red+Green+Blue) = 174+234+248=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEEAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAF8 is #511507. Grayscale: #D9D9D9. Windows color (decimal): -5313800 or 16313006. OLE color: 16313006.

HSL color Cylindrical-coordinate representation of color #AEEAF8: hue angle of 191.35º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEEAF8 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174234248-
CMYK0.300.0600.03
HSL191.35º84.09%82.75%-
HSV(B)191.35º29.84%97.25%-
XYZ63.8274.6299.85-
YUV217.66145.1296.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.52%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=26.52%
G=35.67%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742342480.300.0600.03191.3584.0982.75
HexAEEAF81E603bf5453
Octal25635237036603277124123
Binary101011101110101011111000111101100111011111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAF8; }

 p { color: rgb(174,234,248); }

 H1.HeaderClassName
 {
   color: #AEEAF8;
 }
 .AnyTagClassName
 {
   color: #AEEAF8;
 }
</style>
background-color css

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

 a { background-color: rgb(174,234,248); }

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

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

 span { border-color: rgb(174,234,248); }

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