Shades of Blizzard Blue #ADE6EF
Tints of Blizzard Blue #ADE6EF
RGB
CMYK
RGB Variations
Color information
#ADE6EF (or 0xADE6EF) is known color: Blizzard Blue. HEX triplet: AD, E6 and EF. RGB value is (173,230,239). Sum of RGB (Red+Green+Blue) = 173+230+239=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADE6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6EF is #521910. Grayscale: #D5D5D5. Windows color (decimal): -5380369 or 15722157. OLE color: 15722157.
HSL color Cylindrical-coordinate representation of color #ADE6EF: hue angle of 188.18º degrees, saturation: 0.67, 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 #ADE6EF is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 230 | 239 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.06 |
| HSL | 188.18º | 0.67% | 0.81% | - |
| HSV(B) | 188.18º | 0.28% | 0.94% | - |
| XYZ | 61.11 | 71.71 | 92.28 | - |
| YUV | 213.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 239 | 0.28 | 0.04 | 0 | 0.06 | 188.18 | 0.67 | 0.81 |
| Hex | AD | E6 | EF | 1C | 4 | 0 | 6 | BC | 43 | 51 |
| Octal | 255 | 346 | 357 | 34 | 4 | 0 | 6 | 274 | 103 | 121 |
| Binary | 10101101 | 11100110 | 11101111 | 11100 | 100 | 0 | 110 | 10111100 | 1000011 | 1010001 |
Color Harmonies of #ADE6EF
Complementary color
Monochromatic Colors of #ADE6EF
Black with #ADE6EF
Text Example
Text Example
White with #ADE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6EF; }
p { color: rgb(173,230,239); }
H1.HeaderClassName
{
color: #ADE6EF;
}
.AnyTagClassName
{
color: #ADE6EF;
}
</style>
background-color css
<style>
a { background-color: #ADE6EF; }
a { background-color: rgb(173,230,239); }
div.DivClassName
{
background-color: #ADE6EF;
}
.BgClassName
{
background-color: #ADE6EF;
}
</style>
border-color css
<style>
span { border-color: #ADE6EF; }
span { border-color: rgb(173,230,239); }
td.TdClassName
{
border-color: #ADE6EF;
}
.TagClassName
{
border-color: #ADE6EF;
}
</style>