#a9f0ff

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

Shades of Blizzard Blue #A9F0FF

Tints of Blizzard Blue #A9F0FF

Color information

#A9F0FF (or 0xA9F0FF) is unknown color: approx Blizzard Blue. HEX triplet: A9, F0 and FF. RGB value is (169,240,255). Sum of RGB (Red+Green+Blue) = 169+240+255=664 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.45% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F0FF is #560F00. Grayscale: #DCDCDC. Windows color (decimal): -5639937 or 16773289. OLE color: 16773289.

HSL color Cylindrical-coordinate representation of color #A9F0FF: hue angle of 190.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9F0FF is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169240255-
CMYK0.340.0600
HSL190.47º100%83.14%-
HSV(B)190.47º33.73%100%-
XYZ65.5777.98106.2-
YUV220.48147.4891.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.45%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 255 (100% from 255) = 38.40%
R=25.45%
G=36.14%
B=38.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692402550.340.0600190.4710083.14
HexA9F0FF22600be6453
Octal25136037742600276144123
Binary101010011111000011111111100010110001011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9f0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9f0ff; }

 p { color: rgb(169,240,255); }

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

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

 a { background-color: rgb(169,240,255); }

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

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

 span { border-color: rgb(169,240,255); }

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