#AAEAFD

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

Shades of Blizzard Blue #AAEAFD

Tints of Blizzard Blue #AAEAFD

Color information

#AAEAFD (or 0xAAEAFD) is unknown color: approx Blizzard Blue. HEX triplet: AA, EA and FD. RGB value is (170,234,253). Sum of RGB (Red+Green+Blue) = 170+234+253=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAFD is #551502. Grayscale: #D8D8D8. Windows color (decimal): -5575939 or 16640682. OLE color: 16640682.

HSL color Cylindrical-coordinate representation of color #AAEAFD: hue angle of 193.73º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEAFD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170234253-
CMYK0.330.0800.01
HSL193.73º95.4%82.94%-
HSV(B)193.73º32.81%99.22%-
XYZ63.7374.48103.95-
YUV217.03148.394.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.88%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=25.88%
G=35.62%
B=38.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702342530.330.0800.01193.7395.482.94
HexAAEAFD21801c25f53
Octal252352375411001302137123
Binary1010101011101010111111011000011000011100001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAFD; }

 p { color: rgb(170,234,253); }

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

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

 a { background-color: rgb(170,234,253); }

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

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

 span { border-color: rgb(170,234,253); }

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