Shades of Blizzard Blue #ADE3EF
Tints of Blizzard Blue #ADE3EF
RGB
CMYK
RGB Variations
Color information
#ADE3EF (or 0xADE3EF) is known color: Blizzard Blue. HEX triplet: AD, E3 and EF. RGB value is (173,227,239). Sum of RGB (Red+Green+Blue) = 173+227+239=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADE3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3EF is #521C10. Grayscale: #D4D4D4. Windows color (decimal): -5381137 or 15721389. OLE color: 15721389.
HSL color Cylindrical-coordinate representation of color #ADE3EF: hue angle of 190.91º 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 #ADE3EF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 227 | 239 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.06 |
| HSL | 190.91º | 0.67% | 0.81% | - |
| HSV(B) | 190.91º | 0.28% | 0.94% | - |
| XYZ | 60.28 | 70.05 | 92.01 | - |
| YUV | 212.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 239 | 0.28 | 0.05 | 0 | 0.06 | 190.91 | 0.67 | 0.81 |
| Hex | AD | E3 | EF | 1C | 5 | 0 | 6 | BF | 43 | 51 |
| Octal | 255 | 343 | 357 | 34 | 5 | 0 | 6 | 277 | 103 | 121 |
| Binary | 10101101 | 11100011 | 11101111 | 11100 | 101 | 0 | 110 | 10111111 | 1000011 | 1010001 |
Color Harmonies of #ADE3EF
Complementary color
Monochromatic Colors of #ADE3EF
Black with #ADE3EF
Text Example
Text Example
White with #ADE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3EF; }
p { color: rgb(173,227,239); }
H1.HeaderClassName
{
color: #ADE3EF;
}
.AnyTagClassName
{
color: #ADE3EF;
}
</style>
background-color css
<style>
a { background-color: #ADE3EF; }
a { background-color: rgb(173,227,239); }
div.DivClassName
{
background-color: #ADE3EF;
}
.BgClassName
{
background-color: #ADE3EF;
}
</style>
border-color css
<style>
span { border-color: #ADE3EF; }
span { border-color: rgb(173,227,239); }
td.TdClassName
{
border-color: #ADE3EF;
}
.TagClassName
{
border-color: #ADE3EF;
}
</style>