Shades of Blizzard Blue #A1EFFC
Tints of Blizzard Blue #A1EFFC
RGB
CMYK
RGB Variations
Color information
#A1EFFC (or 0xA1EFFC) is known color: Blizzard Blue. HEX triplet: A1, EF and FC. RGB value is (161,239,252). Sum of RGB (Red+Green+Blue) = 161+239+252=652 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.69% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1EFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFFC is #5E1003. Grayscale: #D9D9D9. Windows color (decimal): -6164484 or 16576417. OLE color: 16576417.
HSL color Cylindrical-coordinate representation of color #A1EFFC: hue angle of 188.57º 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 #A1EFFC is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 239 | 252 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.01 |
| HSL | 188.57º | 0.94% | 0.81% | - |
| HSV(B) | 188.57º | 0.36% | 0.99% | - |
| XYZ | 63.14 | 76.34 | 103.5 | - |
| YUV | 217.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 252 | 0.36 | 0.05 | 0 | 0.01 | 188.57 | 0.94 | 0.81 |
| Hex | A1 | EF | FC | 24 | 5 | 0 | 1 | BD | 5E | 51 |
| Octal | 241 | 357 | 374 | 44 | 5 | 0 | 1 | 275 | 136 | 121 |
| Binary | 10100001 | 11101111 | 11111100 | 100100 | 101 | 0 | 1 | 10111101 | 1011110 | 1010001 |
Color Harmonies of #A1EFFC
Complementary color
Monochromatic Colors of #A1EFFC
Black with #A1EFFC
Text Example
Text Example
White with #A1EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFFC; }
p { color: rgb(161,239,252); }
H1.HeaderClassName
{
color: #A1EFFC;
}
.AnyTagClassName
{
color: #A1EFFC;
}
</style>
background-color css
<style>
a { background-color: #A1EFFC; }
a { background-color: rgb(161,239,252); }
div.DivClassName
{
background-color: #A1EFFC;
}
.BgClassName
{
background-color: #A1EFFC;
}
</style>
border-color css
<style>
span { border-color: #A1EFFC; }
span { border-color: rgb(161,239,252); }
td.TdClassName
{
border-color: #A1EFFC;
}
.TagClassName
{
border-color: #A1EFFC;
}
</style>