Shades of Blizzard Blue #ADECFB
Tints of Blizzard Blue #ADECFB
RGB
CMYK
RGB Variations
Color information
#ADECFB (or 0xADECFB) is known color: Blizzard Blue. HEX triplet: AD, EC and FB. RGB value is (173,236,251). Sum of RGB (Red+Green+Blue) = 173+236+251=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECFB is #521304. Grayscale: #DADADA. Windows color (decimal): -5378821 or 16510125. OLE color: 16510125.
HSL color Cylindrical-coordinate representation of color #ADECFB: hue angle of 191.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADECFB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 236 | 251 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.02 |
| HSL | 191.54º | 0.91% | 0.83% | - |
| HSV(B) | 191.54º | 0.31% | 0.98% | - |
| XYZ | 64.64 | 75.84 | 102.5 | - |
| YUV | 218.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 251 | 0.31 | 0.06 | 0 | 0.02 | 191.54 | 0.91 | 0.83 |
| Hex | AD | EC | FB | 1F | 6 | 0 | 2 | C0 | 5B | 53 |
| Octal | 255 | 354 | 373 | 37 | 6 | 0 | 2 | 300 | 133 | 123 |
| Binary | 10101101 | 11101100 | 11111011 | 11111 | 110 | 0 | 10 | 11000000 | 1011011 | 1010011 |
Color Harmonies of #ADECFB
Complementary color
Monochromatic Colors of #ADECFB
Black with #ADECFB
Text Example
Text Example
White with #ADECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECFB; }
p { color: rgb(173,236,251); }
H1.HeaderClassName
{
color: #ADECFB;
}
.AnyTagClassName
{
color: #ADECFB;
}
</style>
background-color css
<style>
a { background-color: #ADECFB; }
a { background-color: rgb(173,236,251); }
div.DivClassName
{
background-color: #ADECFB;
}
.BgClassName
{
background-color: #ADECFB;
}
</style>
border-color css
<style>
span { border-color: #ADECFB; }
span { border-color: rgb(173,236,251); }
td.TdClassName
{
border-color: #ADECFB;
}
.TagClassName
{
border-color: #ADECFB;
}
</style>