Shades of Blizzard Blue #A1EFFF
Tints of Blizzard Blue #A1EFFF
RGB
CMYK
RGB Variations
Color information
#A1EFFF (or 0xA1EFFF) is known color: Blizzard Blue. HEX triplet: A1, EF and FF. RGB value is (161,239,255). Sum of RGB (Red+Green+Blue) = 161+239+255=655 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.58% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFFF is #5E1000. Grayscale: #D9D9D9. Windows color (decimal): -6164481 or 16773025. OLE color: 16773025.
HSL color Cylindrical-coordinate representation of color #A1EFFF: hue angle of 190.21º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1EFFF is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 239 | 255 | - |
| CMYK | 0.37 | 0.06 | 0 | 0 |
| HSL | 190.21º | 1% | 0.82% | - |
| HSV(B) | 190.21º | 0.37% | 1% | - |
| XYZ | 63.61 | 76.53 | 106.03 | - |
| YUV | 217.5 | 149.16 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 255 | 0.37 | 0.06 | 0 | 0 | 190.21 | 1 | 0.82 |
| Hex | A1 | EF | FF | 25 | 6 | 0 | 0 | BE | 64 | 52 |
| Octal | 241 | 357 | 377 | 45 | 6 | 0 | 0 | 276 | 144 | 122 |
| Binary | 10100001 | 11101111 | 11111111 | 100101 | 110 | 0 | 0 | 10111110 | 1100100 | 1010010 |
Color Harmonies of #A1EFFF
Complementary color
Monochromatic Colors of #A1EFFF
Black with #A1EFFF
Text Example
Text Example
White with #A1EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFFF; }
p { color: rgb(161,239,255); }
H1.HeaderClassName
{
color: #A1EFFF;
}
.AnyTagClassName
{
color: #A1EFFF;
}
</style>
background-color css
<style>
a { background-color: #A1EFFF; }
a { background-color: rgb(161,239,255); }
div.DivClassName
{
background-color: #A1EFFF;
}
.BgClassName
{
background-color: #A1EFFF;
}
</style>
border-color css
<style>
span { border-color: #A1EFFF; }
span { border-color: rgb(161,239,255); }
td.TdClassName
{
border-color: #A1EFFF;
}
.TagClassName
{
border-color: #A1EFFF;
}
</style>