#A1F0F6

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

Shades of Blizzard Blue #A1F0F6

Tints of Blizzard Blue #A1F0F6

Color information

#A1F0F6 (or 0xA1F0F6) is unknown color: approx Blizzard Blue. HEX triplet: A1, F0 and F6. RGB value is (161,240,246). Sum of RGB (Red+Green+Blue) = 161+240+246=647 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.88% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1F0F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0F6 is #5E0F09. Grayscale: #D8D8D8. Windows color (decimal): -6164234 or 16183457. OLE color: 16183457.

HSL color Cylindrical-coordinate representation of color #A1F0F6: hue angle of 184.24º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F0F6 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161240246-
CMYK0.350.0200.04
HSL184.24º82.52%79.8%-
HSV(B)184.24º34.55%96.47%-
XYZ62.4976.5598.67-
YUV217.06144.3388.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.88%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=24.88%
G=37.09%
B=38.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612402460.350.0200.04184.2482.5279.8
HexA1F0F623204b85350
Octal24136036643204270123120
Binary1010000111110000111101101000111001001011100010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0F6; }

 p { color: rgb(161,240,246); }

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

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

 a { background-color: rgb(161,240,246); }

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

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

 span { border-color: rgb(161,240,246); }

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