#AEEAF7

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

Shades of Blizzard Blue #AEEAF7

Tints of Blizzard Blue #AEEAF7

Color information

#AEEAF7 (or 0xAEEAF7) is unknown color: approx Blizzard Blue. HEX triplet: AE, EA and F7. RGB value is (174,234,247). Sum of RGB (Red+Green+Blue) = 174+234+247=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEEAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAF7 is #511508. Grayscale: #D9D9D9. Windows color (decimal): -5313801 or 16247470. OLE color: 16247470.

HSL color Cylindrical-coordinate representation of color #AEEAF7: hue angle of 190.68º degrees, saturation: 0.82, 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 #AEEAF7 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174234247-
CMYK0.300.0500.03
HSL190.68º82.02%82.55%-
HSV(B)190.68º29.55%96.86%-
XYZ63.6774.5699.03-
YUV217.54144.6296.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.56%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 247 (96.88% from 255) = 37.71%
R=26.56%
G=35.73%
B=37.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742342470.300.0500.03190.6882.0282.55
HexAEEAF71E503bf5253
Octal25635236736503277122123
Binary101011101110101011110111111101010111011111110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAF7; }

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

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

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

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

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

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

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

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