#AEEAF9

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

Shades of Blizzard Blue #AEEAF9

Tints of Blizzard Blue #AEEAF9

Color information

#AEEAF9 (or 0xAEEAF9) is unknown color: approx Blizzard Blue. HEX triplet: AE, EA and F9. RGB value is (174,234,249). Sum of RGB (Red+Green+Blue) = 174+234+249=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEEAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAF9 is #511506. Grayscale: #D9D9D9. Windows color (decimal): -5313799 or 16378542. OLE color: 16378542.

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

Color convert

RGB174234249-
CMYK0.300.0600.02
HSL192º86.21%82.94%-
HSV(B)192º30.12%97.65%-
XYZ63.9874.68100.67-
YUV217.77145.6296.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.48%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 249 (97.66% from 255) = 37.90%
R=26.48%
G=35.62%
B=37.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742342490.300.0600.0219286.2182.94
HexAEEAF91E602c05653
Octal25635237136602300126123
Binary101011101110101011111001111101100101100000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAF9; }

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

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

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

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

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

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

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

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