#A9EAFD

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

Shades of Blizzard Blue #A9EAFD

Tints of Blizzard Blue #A9EAFD

Color information

#A9EAFD (or 0xA9EAFD) is unknown color: approx Blizzard Blue. HEX triplet: A9, EA and FD. RGB value is (169,234,253). Sum of RGB (Red+Green+Blue) = 169+234+253=656 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.76% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAFD is #561502. Grayscale: #D8D8D8. Windows color (decimal): -5641475 or 16640681. OLE color: 16640681.

HSL color Cylindrical-coordinate representation of color #A9EAFD: hue angle of 193.57º 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 #A9EAFD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169234253-
CMYK0.330.0800.01
HSL193.57º95.45%82.75%-
HSV(B)193.57º33.2%99.22%-
XYZ63.5174.37103.94-
YUV216.73148.4793.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.76%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=25.76%
G=35.67%
B=38.57%

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
Decimal1692342530.330.0800.01193.5795.4582.75
HexA9EAFD21801c25f53
Octal251352375411001302137123
Binary1010100111101010111111011000011000011100001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EAFD; }

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

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

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

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

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

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

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

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