Shades of Blizzard Blue #ADEEFF
Tints of Blizzard Blue #ADEEFF
RGB
CMYK
RGB Variations
Color information
#ADEEFF (or 0xADEEFF) is known color: Blizzard Blue. HEX triplet: AD, EE and FF. RGB value is (173,238,255). Sum of RGB (Red+Green+Blue) = 173+238+255=666 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.98% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEFF is #521100. Grayscale: #DCDCDC. Windows color (decimal): -5378305 or 16772781. OLE color: 16772781.
HSL color Cylindrical-coordinate representation of color #ADEEFF: hue angle of 192.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEEFF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 238 | 255 | - |
| CMYK | 0.32 | 0.07 | 0 | 0 |
| HSL | 192.44º | 1% | 0.84% | - |
| HSV(B) | 192.44º | 0.32% | 1% | - |
| XYZ | 65.86 | 77.25 | 106.05 | - |
| YUV | 220.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 255 | 0.32 | 0.07 | 0 | 0 | 192.44 | 1 | 0.84 |
| Hex | AD | EE | FF | 20 | 7 | 0 | 0 | C0 | 64 | 54 |
| Octal | 255 | 356 | 377 | 40 | 7 | 0 | 0 | 300 | 144 | 124 |
| Binary | 10101101 | 11101110 | 11111111 | 100000 | 111 | 0 | 0 | 11000000 | 1100100 | 1010100 |
Color Harmonies of #ADEEFF
Complementary color
Monochromatic Colors of #ADEEFF
Black with #ADEEFF
Text Example
Text Example
White with #ADEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEFF; }
p { color: rgb(173,238,255); }
H1.HeaderClassName
{
color: #ADEEFF;
}
.AnyTagClassName
{
color: #ADEEFF;
}
</style>
background-color css
<style>
a { background-color: #ADEEFF; }
a { background-color: rgb(173,238,255); }
div.DivClassName
{
background-color: #ADEEFF;
}
.BgClassName
{
background-color: #ADEEFF;
}
</style>
border-color css
<style>
span { border-color: #ADEEFF; }
span { border-color: rgb(173,238,255); }
td.TdClassName
{
border-color: #ADEEFF;
}
.TagClassName
{
border-color: #ADEEFF;
}
</style>