Shades of Blizzard Blue #A8EDF7
Tints of Blizzard Blue #A8EDF7
RGB
CMYK
RGB Variations
Color information
#A8EDF7 (or 0xA8EDF7) is known color: Blizzard Blue. HEX triplet: A8, ED and F7. RGB value is (168,237,247). Sum of RGB (Red+Green+Blue) = 168+237+247=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #A8EDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDF7 is #571208. Grayscale: #D9D9D9. Windows color (decimal): -5706249 or 16248232. OLE color: 16248232.
HSL color Cylindrical-coordinate representation of color #A8EDF7: hue angle of 187.59º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8EDF7 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 237 | 247 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.03 |
| HSL | 187.59º | 0.83% | 0.81% | - |
| HSV(B) | 187.59º | 0.32% | 0.97% | - |
| XYZ | 63.22 | 75.61 | 99.26 | - |
| YUV | 217.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 247 | 0.32 | 0.04 | 0 | 0.03 | 187.59 | 0.83 | 0.81 |
| Hex | A8 | ED | F7 | 20 | 4 | 0 | 3 | BC | 53 | 51 |
| Octal | 250 | 355 | 367 | 40 | 4 | 0 | 3 | 274 | 123 | 121 |
| Binary | 10101000 | 11101101 | 11110111 | 100000 | 100 | 0 | 11 | 10111100 | 1010011 | 1010001 |
Color Harmonies of #A8EDF7
Complementary color
Monochromatic Colors of #A8EDF7
Black with #A8EDF7
Text Example
Text Example
White with #A8EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDF7; }
p { color: rgb(168,237,247); }
H1.HeaderClassName
{
color: #A8EDF7;
}
.AnyTagClassName
{
color: #A8EDF7;
}
</style>
background-color css
<style>
a { background-color: #A8EDF7; }
a { background-color: rgb(168,237,247); }
div.DivClassName
{
background-color: #A8EDF7;
}
.BgClassName
{
background-color: #A8EDF7;
}
</style>
border-color css
<style>
span { border-color: #A8EDF7; }
span { border-color: rgb(168,237,247); }
td.TdClassName
{
border-color: #A8EDF7;
}
.TagClassName
{
border-color: #A8EDF7;
}
</style>