Shades of Blizzard Blue #ADECFE
Tints of Blizzard Blue #ADECFE
RGB
CMYK
RGB Variations
Color information
#ADECFE (or 0xADECFE) is known color: Blizzard Blue. HEX triplet: AD, EC and FE. RGB value is (173,236,254). Sum of RGB (Red+Green+Blue) = 173+236+254=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECFE is #521301. Grayscale: #DBDBDB. Windows color (decimal): -5378818 or 16706733. OLE color: 16706733.
HSL color Cylindrical-coordinate representation of color #ADECFE: hue angle of 193.33º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADECFE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 236 | 254 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.00 |
| HSL | 193.33º | 0.98% | 0.84% | - |
| HSV(B) | 193.33º | 0.32% | 1% | - |
| XYZ | 65.12 | 76.03 | 105.01 | - |
| YUV | 219.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 254 | 0.32 | 0.07 | 0 | 0.00 | 193.33 | 0.98 | 0.84 |
| Hex | AD | EC | FE | 20 | 7 | 0 | 0 | C1 | 62 | 54 |
| Octal | 255 | 354 | 376 | 40 | 7 | 0 | 0 | 301 | 142 | 124 |
| Binary | 10101101 | 11101100 | 11111110 | 100000 | 111 | 0 | 0 | 11000001 | 1100010 | 1010100 |
Color Harmonies of #ADECFE
Complementary color
Monochromatic Colors of #ADECFE
Black with #ADECFE
Text Example
Text Example
White with #ADECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECFE; }
p { color: rgb(173,236,254); }
H1.HeaderClassName
{
color: #ADECFE;
}
.AnyTagClassName
{
color: #ADECFE;
}
</style>
background-color css
<style>
a { background-color: #ADECFE; }
a { background-color: rgb(173,236,254); }
div.DivClassName
{
background-color: #ADECFE;
}
.BgClassName
{
background-color: #ADECFE;
}
</style>
border-color css
<style>
span { border-color: #ADECFE; }
span { border-color: rgb(173,236,254); }
td.TdClassName
{
border-color: #ADECFE;
}
.TagClassName
{
border-color: #ADECFE;
}
</style>