Shades of Blizzard Blue #A1F2FA
Tints of Blizzard Blue #A1F2FA
RGB
CMYK
RGB Variations
Color information
#A1F2FA (or 0xA1F2FA) is known color: 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
| RGB | 161 | 242 | 250 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.02 |
| HSL | 185.39º | 0.9% | 0.81% | - |
| HSV(B) | 185.39º | 0.36% | 0.98% | - |
| XYZ | 63.71 | 77.98 | 102.14 | - |
| YUV | 218.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 250 | 0.36 | 0.03 | 0 | 0.02 | 185.39 | 0.9 | 0.81 |
| Hex | A1 | F2 | FA | 24 | 3 | 0 | 2 | B9 | 5A | 51 |
| Octal | 241 | 362 | 372 | 44 | 3 | 0 | 2 | 271 | 132 | 121 |
| Binary | 10100001 | 11110010 | 11111010 | 100100 | 11 | 0 | 10 | 10111001 | 1011010 | 1010001 |
Color Harmonies of #A1F2FA
Complementary color
Monochromatic Colors of #A1F2FA
Black with #A1F2FA
Text Example
Text Example
White with #A1F2FA
Text Example
Text Example
HTML Codes & Css Web 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>