Shades of Blizzard Blue #ADE8F8
Tints of Blizzard Blue #ADE8F8
RGB
CMYK
RGB Variations
Color information
#ADE8F8 (or 0xADE8F8) is known color: Blizzard Blue. HEX triplet: AD, E8 and F8. RGB value is (173,232,248). Sum of RGB (Red+Green+Blue) = 173+232+248=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADE8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8F8 is #521707. Grayscale: #D8D8D8. Windows color (decimal): -5379848 or 16312493. OLE color: 16312493.
HSL color Cylindrical-coordinate representation of color #ADE8F8: hue angle of 192.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADE8F8 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 232 | 248 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.03 |
| HSL | 192.8º | 0.84% | 0.83% | - |
| HSV(B) | 192.8º | 0.3% | 0.97% | - |
| XYZ | 63.03 | 73.37 | 99.65 | - |
| YUV | 216.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 248 | 0.30 | 0.06 | 0 | 0.03 | 192.8 | 0.84 | 0.83 |
| Hex | AD | E8 | F8 | 1E | 6 | 0 | 3 | C1 | 54 | 53 |
| Octal | 255 | 350 | 370 | 36 | 6 | 0 | 3 | 301 | 124 | 123 |
| Binary | 10101101 | 11101000 | 11111000 | 11110 | 110 | 0 | 11 | 11000001 | 1010100 | 1010011 |
Color Harmonies of #ADE8F8
Complementary color
Monochromatic Colors of #ADE8F8
Black with #ADE8F8
Text Example
Text Example
White with #ADE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8F8; }
p { color: rgb(173,232,248); }
H1.HeaderClassName
{
color: #ADE8F8;
}
.AnyTagClassName
{
color: #ADE8F8;
}
</style>
background-color css
<style>
a { background-color: #ADE8F8; }
a { background-color: rgb(173,232,248); }
div.DivClassName
{
background-color: #ADE8F8;
}
.BgClassName
{
background-color: #ADE8F8;
}
</style>
border-color css
<style>
span { border-color: #ADE8F8; }
span { border-color: rgb(173,232,248); }
td.TdClassName
{
border-color: #ADE8F8;
}
.TagClassName
{
border-color: #ADE8F8;
}
</style>