Shades of Blizzard Blue #A1EFFE
Tints of Blizzard Blue #A1EFFE
RGB
CMYK
RGB Variations
Color information
#A1EFFE (or 0xA1EFFE) is known color: Blizzard Blue. HEX triplet: A1, EF and FE. RGB value is (161,239,254). Sum of RGB (Red+Green+Blue) = 161+239+254=654 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.62% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFFE is #5E1001. Grayscale: #D9D9D9. Windows color (decimal): -6164482 or 16707489. OLE color: 16707489.
HSL color Cylindrical-coordinate representation of color #A1EFFE: hue angle of 189.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1EFFE is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 239 | 254 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.00 |
| HSL | 189.68º | 0.98% | 0.81% | - |
| HSV(B) | 189.68º | 0.37% | 1% | - |
| XYZ | 63.45 | 76.47 | 105.18 | - |
| YUV | 217.39 | 148.66 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 254 | 0.37 | 0.06 | 0 | 0.00 | 189.68 | 0.98 | 0.81 |
| Hex | A1 | EF | FE | 25 | 6 | 0 | 0 | BE | 62 | 51 |
| Octal | 241 | 357 | 376 | 45 | 6 | 0 | 0 | 276 | 142 | 121 |
| Binary | 10100001 | 11101111 | 11111110 | 100101 | 110 | 0 | 0 | 10111110 | 1100010 | 1010001 |
Color Harmonies of #A1EFFE
Complementary color
Monochromatic Colors of #A1EFFE
Black with #A1EFFE
Text Example
Text Example
White with #A1EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFFE; }
p { color: rgb(161,239,254); }
H1.HeaderClassName
{
color: #A1EFFE;
}
.AnyTagClassName
{
color: #A1EFFE;
}
</style>
background-color css
<style>
a { background-color: #A1EFFE; }
a { background-color: rgb(161,239,254); }
div.DivClassName
{
background-color: #A1EFFE;
}
.BgClassName
{
background-color: #A1EFFE;
}
</style>
border-color css
<style>
span { border-color: #A1EFFE; }
span { border-color: rgb(161,239,254); }
td.TdClassName
{
border-color: #A1EFFE;
}
.TagClassName
{
border-color: #A1EFFE;
}
</style>