Shades of Blizzard Blue #A8F0FE
Tints of Blizzard Blue #A8F0FE
RGB
CMYK
RGB Variations
Color information
#A8F0FE (or 0xA8F0FE) is known color: Blizzard Blue. HEX triplet: A8, F0 and FE. RGB value is (168,240,254). Sum of RGB (Red+Green+Blue) = 168+240+254=662 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.38% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0FE is #570F01. Grayscale: #DBDBDB. Windows color (decimal): -5705474 or 16707752. OLE color: 16707752.
HSL color Cylindrical-coordinate representation of color #A8F0FE: hue angle of 189.77º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F0FE is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 240 | 254 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.00 |
| HSL | 189.77º | 0.98% | 0.83% | - |
| HSV(B) | 189.77º | 0.34% | 1% | - |
| XYZ | 65.2 | 77.8 | 105.35 | - |
| YUV | 220.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 254 | 0.34 | 0.06 | 0 | 0.00 | 189.77 | 0.98 | 0.83 |
| Hex | A8 | F0 | FE | 22 | 6 | 0 | 0 | BE | 62 | 53 |
| Octal | 250 | 360 | 376 | 42 | 6 | 0 | 0 | 276 | 142 | 123 |
| Binary | 10101000 | 11110000 | 11111110 | 100010 | 110 | 0 | 0 | 10111110 | 1100010 | 1010011 |
Color Harmonies of #A8F0FE
Complementary color
Monochromatic Colors of #A8F0FE
Black with #A8F0FE
Text Example
Text Example
White with #A8F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0FE; }
p { color: rgb(168,240,254); }
H1.HeaderClassName
{
color: #A8F0FE;
}
.AnyTagClassName
{
color: #A8F0FE;
}
</style>
background-color css
<style>
a { background-color: #A8F0FE; }
a { background-color: rgb(168,240,254); }
div.DivClassName
{
background-color: #A8F0FE;
}
.BgClassName
{
background-color: #A8F0FE;
}
</style>
border-color css
<style>
span { border-color: #A8F0FE; }
span { border-color: rgb(168,240,254); }
td.TdClassName
{
border-color: #A8F0FE;
}
.TagClassName
{
border-color: #A8F0FE;
}
</style>