Shades of Blizzard Blue #ADE8F0
Tints of Blizzard Blue #ADE8F0
RGB
CMYK
RGB Variations
Color information
#ADE8F0 (or 0xADE8F0) is known color: Blizzard Blue. HEX triplet: AD, E8 and F0. RGB value is (173,232,240). Sum of RGB (Red+Green+Blue) = 173+232+240=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADE8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8F0 is #52170F. Grayscale: #D7D7D7. Windows color (decimal): -5379856 or 15788205. OLE color: 15788205.
HSL color Cylindrical-coordinate representation of color #ADE8F0: hue angle of 187.16º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADE8F0 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 232 | 240 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.06 |
| HSL | 187.16º | 0.69% | 0.81% | - |
| HSV(B) | 187.16º | 0.28% | 0.94% | - |
| XYZ | 61.82 | 72.89 | 93.25 | - |
| YUV | 215.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 240 | 0.28 | 0.03 | 0 | 0.06 | 187.16 | 0.69 | 0.81 |
| Hex | AD | E8 | F0 | 1C | 3 | 0 | 6 | BB | 45 | 51 |
| Octal | 255 | 350 | 360 | 34 | 3 | 0 | 6 | 273 | 105 | 121 |
| Binary | 10101101 | 11101000 | 11110000 | 11100 | 11 | 0 | 110 | 10111011 | 1000101 | 1010001 |
Color Harmonies of #ADE8F0
Complementary color
Monochromatic Colors of #ADE8F0
Black with #ADE8F0
Text Example
Text Example
White with #ADE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8F0; }
p { color: rgb(173,232,240); }
H1.HeaderClassName
{
color: #ADE8F0;
}
.AnyTagClassName
{
color: #ADE8F0;
}
</style>
background-color css
<style>
a { background-color: #ADE8F0; }
a { background-color: rgb(173,232,240); }
div.DivClassName
{
background-color: #ADE8F0;
}
.BgClassName
{
background-color: #ADE8F0;
}
</style>
border-color css
<style>
span { border-color: #ADE8F0; }
span { border-color: rgb(173,232,240); }
td.TdClassName
{
border-color: #ADE8F0;
}
.TagClassName
{
border-color: #ADE8F0;
}
</style>