Shades of Blizzard Blue #ADECFC
Tints of Blizzard Blue #ADECFC
RGB
CMYK
RGB Variations
Color information
#ADECFC (or 0xADECFC) is known color: Blizzard Blue. HEX triplet: AD, EC and FC. RGB value is (173,236,252). Sum of RGB (Red+Green+Blue) = 173+236+252=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECFC is #521303. Grayscale: #DADADA. Windows color (decimal): -5378820 or 16575661. OLE color: 16575661.
HSL color Cylindrical-coordinate representation of color #ADECFC: hue angle of 192.15º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADECFC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 236 | 252 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.01 |
| HSL | 192.15º | 0.93% | 0.83% | - |
| HSV(B) | 192.15º | 0.31% | 0.99% | - |
| XYZ | 64.8 | 75.9 | 103.33 | - |
| YUV | 218.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 252 | 0.31 | 0.06 | 0 | 0.01 | 192.15 | 0.93 | 0.83 |
| Hex | AD | EC | FC | 1F | 6 | 0 | 1 | C0 | 5D | 53 |
| Octal | 255 | 354 | 374 | 37 | 6 | 0 | 1 | 300 | 135 | 123 |
| Binary | 10101101 | 11101100 | 11111100 | 11111 | 110 | 0 | 1 | 11000000 | 1011101 | 1010011 |
Color Harmonies of #ADECFC
Complementary color
Monochromatic Colors of #ADECFC
Black with #ADECFC
Text Example
Text Example
White with #ADECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECFC; }
p { color: rgb(173,236,252); }
H1.HeaderClassName
{
color: #ADECFC;
}
.AnyTagClassName
{
color: #ADECFC;
}
</style>
background-color css
<style>
a { background-color: #ADECFC; }
a { background-color: rgb(173,236,252); }
div.DivClassName
{
background-color: #ADECFC;
}
.BgClassName
{
background-color: #ADECFC;
}
</style>
border-color css
<style>
span { border-color: #ADECFC; }
span { border-color: rgb(173,236,252); }
td.TdClassName
{
border-color: #ADECFC;
}
.TagClassName
{
border-color: #ADECFC;
}
</style>