Shades of Blizzard Blue #ADECFF
Tints of Blizzard Blue #ADECFF
RGB
CMYK
RGB Variations
Color information
#ADECFF (or 0xADECFF) is known color: Blizzard Blue. HEX triplet: AD, EC and FF. RGB value is (173,236,255). Sum of RGB (Red+Green+Blue) = 173+236+255=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECFF is #521300. Grayscale: #DBDBDB. Windows color (decimal): -5378817 or 16772269. OLE color: 16772269.
HSL color Cylindrical-coordinate representation of color #ADECFF: hue angle of 193.9º 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 #ADECFF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 236 | 255 | - |
| CMYK | 0.32 | 0.07 | 0 | 0 |
| HSL | 193.9º | 1% | 0.84% | - |
| HSV(B) | 193.9º | 0.32% | 1% | - |
| XYZ | 65.28 | 76.1 | 105.86 | - |
| YUV | 219.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 255 | 0.32 | 0.07 | 0 | 0 | 193.9 | 1 | 0.84 |
| Hex | AD | EC | FF | 20 | 7 | 0 | 0 | C2 | 64 | 54 |
| Octal | 255 | 354 | 377 | 40 | 7 | 0 | 0 | 302 | 144 | 124 |
| Binary | 10101101 | 11101100 | 11111111 | 100000 | 111 | 0 | 0 | 11000010 | 1100100 | 1010100 |
Color Harmonies of #ADECFF
Complementary color
Monochromatic Colors of #ADECFF
Black with #ADECFF
Text Example
Text Example
White with #ADECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECFF; }
p { color: rgb(173,236,255); }
H1.HeaderClassName
{
color: #ADECFF;
}
.AnyTagClassName
{
color: #ADECFF;
}
</style>
background-color css
<style>
a { background-color: #ADECFF; }
a { background-color: rgb(173,236,255); }
div.DivClassName
{
background-color: #ADECFF;
}
.BgClassName
{
background-color: #ADECFF;
}
</style>
border-color css
<style>
span { border-color: #ADECFF; }
span { border-color: rgb(173,236,255); }
td.TdClassName
{
border-color: #ADECFF;
}
.TagClassName
{
border-color: #ADECFF;
}
</style>