Shades of Blizzard Blue #A8EDF6
Tints of Blizzard Blue #A8EDF6
RGB
CMYK
RGB Variations
Color information
#A8EDF6 (or 0xA8EDF6) is known color: Blizzard Blue. HEX triplet: A8, ED and F6. RGB value is (168,237,246). Sum of RGB (Red+Green+Blue) = 168+237+246=651 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.81% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDF6 is #571209. Grayscale: #D9D9D9. Windows color (decimal): -5706250 or 16182696. OLE color: 16182696.
HSL color Cylindrical-coordinate representation of color #A8EDF6: hue angle of 186.92º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8EDF6 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 237 | 246 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.04 |
| HSL | 186.92º | 0.81% | 0.81% | - |
| HSV(B) | 186.92º | 0.32% | 0.96% | - |
| XYZ | 63.07 | 75.55 | 98.45 | - |
| YUV | 217.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 246 | 0.32 | 0.04 | 0 | 0.04 | 186.92 | 0.81 | 0.81 |
| Hex | A8 | ED | F6 | 20 | 4 | 0 | 4 | BB | 51 | 51 |
| Octal | 250 | 355 | 366 | 40 | 4 | 0 | 4 | 273 | 121 | 121 |
| Binary | 10101000 | 11101101 | 11110110 | 100000 | 100 | 0 | 100 | 10111011 | 1010001 | 1010001 |
Color Harmonies of #A8EDF6
Complementary color
Monochromatic Colors of #A8EDF6
Black with #A8EDF6
Text Example
Text Example
White with #A8EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDF6; }
p { color: rgb(168,237,246); }
H1.HeaderClassName
{
color: #A8EDF6;
}
.AnyTagClassName
{
color: #A8EDF6;
}
</style>
background-color css
<style>
a { background-color: #A8EDF6; }
a { background-color: rgb(168,237,246); }
div.DivClassName
{
background-color: #A8EDF6;
}
.BgClassName
{
background-color: #A8EDF6;
}
</style>
border-color css
<style>
span { border-color: #A8EDF6; }
span { border-color: rgb(168,237,246); }
td.TdClassName
{
border-color: #A8EDF6;
}
.TagClassName
{
border-color: #A8EDF6;
}
</style>