Shades of Blizzard Blue #ADE6F8
Tints of Blizzard Blue #ADE6F8
RGB
CMYK
RGB Variations
Color information
#ADE6F8 (or 0xADE6F8) is known color: Blizzard Blue. HEX triplet: AD, E6 and F8. RGB value is (173,230,248). Sum of RGB (Red+Green+Blue) = 173+230+248=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADE6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6F8 is #521907. Grayscale: #D6D6D6. Windows color (decimal): -5380360 or 16311981. OLE color: 16311981.
HSL color Cylindrical-coordinate representation of color #ADE6F8: hue angle of 194.4º 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 #ADE6F8 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 230 | 248 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.03 |
| HSL | 194.4º | 0.84% | 0.83% | - |
| HSV(B) | 194.4º | 0.3% | 0.97% | - |
| XYZ | 62.47 | 72.26 | 99.46 | - |
| YUV | 215.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 248 | 0.30 | 0.07 | 0 | 0.03 | 194.4 | 0.84 | 0.83 |
| Hex | AD | E6 | F8 | 1E | 7 | 0 | 3 | C2 | 54 | 53 |
| Octal | 255 | 346 | 370 | 36 | 7 | 0 | 3 | 302 | 124 | 123 |
| Binary | 10101101 | 11100110 | 11111000 | 11110 | 111 | 0 | 11 | 11000010 | 1010100 | 1010011 |
Color Harmonies of #ADE6F8
Complementary color
Monochromatic Colors of #ADE6F8
Black with #ADE6F8
Text Example
Text Example
White with #ADE6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6F8; }
p { color: rgb(173,230,248); }
H1.HeaderClassName
{
color: #ADE6F8;
}
.AnyTagClassName
{
color: #ADE6F8;
}
</style>
background-color css
<style>
a { background-color: #ADE6F8; }
a { background-color: rgb(173,230,248); }
div.DivClassName
{
background-color: #ADE6F8;
}
.BgClassName
{
background-color: #ADE6F8;
}
</style>
border-color css
<style>
span { border-color: #ADE6F8; }
span { border-color: rgb(173,230,248); }
td.TdClassName
{
border-color: #ADE6F8;
}
.TagClassName
{
border-color: #ADE6F8;
}
</style>