Shades of Blizzard Blue #A8F0FF
Tints of Blizzard Blue #A8F0FF
RGB
CMYK
RGB Variations
Color information
#A8F0FF (or 0xA8F0FF) is known color: Blizzard Blue. HEX triplet: A8, F0 and FF. RGB value is (168,240,255). Sum of RGB (Red+Green+Blue) = 168+240+255=663 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.34% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0FF is #570F00. Grayscale: #DCDCDC. Windows color (decimal): -5705473 or 16773288. OLE color: 16773288.
HSL color Cylindrical-coordinate representation of color #A8F0FF: hue angle of 190.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F0FF is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 240 | 255 | - |
| CMYK | 0.34 | 0.06 | 0 | 0 |
| HSL | 190.34º | 1% | 0.83% | - |
| HSV(B) | 190.34º | 0.34% | 1% | - |
| XYZ | 65.36 | 77.87 | 106.19 | - |
| YUV | 220.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 255 | 0.34 | 0.06 | 0 | 0 | 190.34 | 1 | 0.83 |
| Hex | A8 | F0 | FF | 22 | 6 | 0 | 0 | BE | 64 | 53 |
| Octal | 250 | 360 | 377 | 42 | 6 | 0 | 0 | 276 | 144 | 123 |
| Binary | 10101000 | 11110000 | 11111111 | 100010 | 110 | 0 | 0 | 10111110 | 1100100 | 1010011 |
Color Harmonies of #A8F0FF
Complementary color
Monochromatic Colors of #A8F0FF
Black with #A8F0FF
Text Example
Text Example
White with #A8F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0FF; }
p { color: rgb(168,240,255); }
H1.HeaderClassName
{
color: #A8F0FF;
}
.AnyTagClassName
{
color: #A8F0FF;
}
</style>
background-color css
<style>
a { background-color: #A8F0FF; }
a { background-color: rgb(168,240,255); }
div.DivClassName
{
background-color: #A8F0FF;
}
.BgClassName
{
background-color: #A8F0FF;
}
</style>
border-color css
<style>
span { border-color: #A8F0FF; }
span { border-color: rgb(168,240,255); }
td.TdClassName
{
border-color: #A8F0FF;
}
.TagClassName
{
border-color: #A8F0FF;
}
</style>