Shades of Blizzard Blue #A1F2FC
Tints of Blizzard Blue #A1F2FC
RGB
CMYK
RGB Variations
Color information
#A1F2FC (or 0xA1F2FC) is known color: Blizzard Blue. HEX triplet: A1, F2 and FC. RGB value is (161,242,252). Sum of RGB (Red+Green+Blue) = 161+242+252=655 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.58% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F2FC is #5E0D03. Grayscale: #DADADA. Windows color (decimal): -6163716 or 16577185. OLE color: 16577185.
HSL color Cylindrical-coordinate representation of color #A1F2FC: hue angle of 186.59º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F2FC is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 242 | 252 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.01 |
| HSL | 186.59º | 0.94% | 0.81% | - |
| HSV(B) | 186.59º | 0.36% | 0.99% | - |
| XYZ | 64.02 | 78.11 | 103.8 | - |
| YUV | 218.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 252 | 0.36 | 0.04 | 0 | 0.01 | 186.59 | 0.94 | 0.81 |
| Hex | A1 | F2 | FC | 24 | 4 | 0 | 1 | BB | 5E | 51 |
| Octal | 241 | 362 | 374 | 44 | 4 | 0 | 1 | 273 | 136 | 121 |
| Binary | 10100001 | 11110010 | 11111100 | 100100 | 100 | 0 | 1 | 10111011 | 1011110 | 1010001 |
Color Harmonies of #A1F2FC
Complementary color
Monochromatic Colors of #A1F2FC
Black with #A1F2FC
Text Example
Text Example
White with #A1F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F2FC; }
p { color: rgb(161,242,252); }
H1.HeaderClassName
{
color: #A1F2FC;
}
.AnyTagClassName
{
color: #A1F2FC;
}
</style>
background-color css
<style>
a { background-color: #A1F2FC; }
a { background-color: rgb(161,242,252); }
div.DivClassName
{
background-color: #A1F2FC;
}
.BgClassName
{
background-color: #A1F2FC;
}
</style>
border-color css
<style>
span { border-color: #A1F2FC; }
span { border-color: rgb(161,242,252); }
td.TdClassName
{
border-color: #A1F2FC;
}
.TagClassName
{
border-color: #A1F2FC;
}
</style>