Shades of Blizzard Blue #ADE2EF
Tints of Blizzard Blue #ADE2EF
RGB
CMYK
RGB Variations
Color information
#ADE2EF (or 0xADE2EF) is known color: Blizzard Blue. HEX triplet: AD, E2 and EF. RGB value is (173,226,239). Sum of RGB (Red+Green+Blue) = 173+226+239=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2EF is #521D10. Grayscale: #D3D3D3. Windows color (decimal): -5381393 or 15721133. OLE color: 15721133.
HSL color Cylindrical-coordinate representation of color #ADE2EF: hue angle of 191.82º 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 #ADE2EF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 226 | 239 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.06 |
| HSL | 191.82º | 0.67% | 0.81% | - |
| HSV(B) | 191.82º | 0.28% | 0.94% | - |
| XYZ | 60.01 | 69.51 | 91.92 | - |
| YUV | 211.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 239 | 0.28 | 0.05 | 0 | 0.06 | 191.82 | 0.67 | 0.81 |
| Hex | AD | E2 | EF | 1C | 5 | 0 | 6 | C0 | 43 | 51 |
| Octal | 255 | 342 | 357 | 34 | 5 | 0 | 6 | 300 | 103 | 121 |
| Binary | 10101101 | 11100010 | 11101111 | 11100 | 101 | 0 | 110 | 11000000 | 1000011 | 1010001 |
Color Harmonies of #ADE2EF
Complementary color
Monochromatic Colors of #ADE2EF
Black with #ADE2EF
Text Example
Text Example
White with #ADE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2EF; }
p { color: rgb(173,226,239); }
H1.HeaderClassName
{
color: #ADE2EF;
}
.AnyTagClassName
{
color: #ADE2EF;
}
</style>
background-color css
<style>
a { background-color: #ADE2EF; }
a { background-color: rgb(173,226,239); }
div.DivClassName
{
background-color: #ADE2EF;
}
.BgClassName
{
background-color: #ADE2EF;
}
</style>
border-color css
<style>
span { border-color: #ADE2EF; }
span { border-color: rgb(173,226,239); }
td.TdClassName
{
border-color: #ADE2EF;
}
.TagClassName
{
border-color: #ADE2EF;
}
</style>