#A9EAFA

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

Shades of Blizzard Blue #A9EAFA

Tints of Blizzard Blue #A9EAFA

Color information

#A9EAFA (or 0xA9EAFA) is unknown color: approx Blizzard Blue. HEX triplet: A9, EA and FA. RGB value is (169,234,250). Sum of RGB (Red+Green+Blue) = 169+234+250=653 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.88% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAFA is #561505. Grayscale: #D8D8D8. Windows color (decimal): -5641478 or 16444073. OLE color: 16444073.

HSL color Cylindrical-coordinate representation of color #A9EAFA: hue angle of 191.85º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9EAFA is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169234250-
CMYK0.320.0600.02
HSL191.85º89.01%82.16%-
HSV(B)191.85º32.4%98.04%-
XYZ63.0474.18101.44-
YUV216.39146.9794.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.88%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=25.88%
G=35.83%
B=38.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692342500.320.0600.02191.8589.0182.16
HexA9EAFA20602c05952
Octal25135237240602300131122
Binary1010100111101010111110101000001100101100000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EAFA; }

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

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

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

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

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

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

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

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