Shades of Blizzard Blue #ADEBFC
Tints of Blizzard Blue #ADEBFC
RGB
CMYK
RGB Variations
Color information
#ADEBFC (or 0xADEBFC) is known color: Blizzard Blue. HEX triplet: AD, EB and FC. RGB value is (173,235,252). Sum of RGB (Red+Green+Blue) = 173+235+252=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBFC is #521403. Grayscale: #DADADA. Windows color (decimal): -5379076 or 16575405. OLE color: 16575405.
HSL color Cylindrical-coordinate representation of color #ADEBFC: hue angle of 192.91º 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 #ADEBFC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 235 | 252 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.01 |
| HSL | 192.91º | 0.93% | 0.83% | - |
| HSV(B) | 192.91º | 0.31% | 0.99% | - |
| XYZ | 64.51 | 75.33 | 103.24 | - |
| YUV | 218.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 252 | 0.31 | 0.07 | 0 | 0.01 | 192.91 | 0.93 | 0.83 |
| Hex | AD | EB | FC | 1F | 7 | 0 | 1 | C1 | 5D | 53 |
| Octal | 255 | 353 | 374 | 37 | 7 | 0 | 1 | 301 | 135 | 123 |
| Binary | 10101101 | 11101011 | 11111100 | 11111 | 111 | 0 | 1 | 11000001 | 1011101 | 1010011 |
Color Harmonies of #ADEBFC
Complementary color
Monochromatic Colors of #ADEBFC
Black with #ADEBFC
Text Example
Text Example
White with #ADEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBFC; }
p { color: rgb(173,235,252); }
H1.HeaderClassName
{
color: #ADEBFC;
}
.AnyTagClassName
{
color: #ADEBFC;
}
</style>
background-color css
<style>
a { background-color: #ADEBFC; }
a { background-color: rgb(173,235,252); }
div.DivClassName
{
background-color: #ADEBFC;
}
.BgClassName
{
background-color: #ADEBFC;
}
</style>
border-color css
<style>
span { border-color: #ADEBFC; }
span { border-color: rgb(173,235,252); }
td.TdClassName
{
border-color: #ADEBFC;
}
.TagClassName
{
border-color: #ADEBFC;
}
</style>