#A1F2FA

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

Shades of Blizzard Blue #A1F2FA

Tints of Blizzard Blue #A1F2FA

Color information

#A1F2FA (or 0xA1F2FA) is unknown color: approx Blizzard Blue. HEX triplet: A1, F2 and FA. RGB value is (161,242,250). Sum of RGB (Red+Green+Blue) = 161+242+250=653 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.66% from 653); Green value is 242 (94.92% from 255 or 37.06% 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 #A1F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F2FA is #5E0D05. Grayscale: #DADADA. Windows color (decimal): -6163718 or 16446113. OLE color: 16446113.

HSL color Cylindrical-coordinate representation of color #A1F2FA: hue angle of 185.39º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F2FA is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161242250-
CMYK0.360.0300.02
HSL185.39º89.9%80.59%-
HSV(B)185.39º35.6%98.04%-
XYZ63.7177.98102.14-
YUV218.69145.6686.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.66%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=24.66%
G=37.06%
B=38.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612422500.360.0300.02185.3989.980.59
HexA1F2FA24302b95a51
Octal24136237244302271132121
Binary101000011111001011111010100100110101011100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F2FA; }

 p { color: rgb(161,242,250); }

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

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

 a { background-color: rgb(161,242,250); }

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

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

 span { border-color: rgb(161,242,250); }

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