Shades of Blizzard Blue #ADEBFF
Tints of Blizzard Blue #ADEBFF
RGB
CMYK
RGB Variations
Color information
#ADEBFF (or 0xADEBFF) is known color: Blizzard Blue. HEX triplet: AD, EB and FF. RGB value is (173,235,255). Sum of RGB (Red+Green+Blue) = 173+235+255=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBFF is #521400. Grayscale: #DADADA. Windows color (decimal): -5379073 or 16772013. OLE color: 16772013.
HSL color Cylindrical-coordinate representation of color #ADEBFF: hue angle of 194.63º 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 #ADEBFF is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 235 | 255 | - |
| CMYK | 0.32 | 0.08 | 0 | 0 |
| HSL | 194.63º | 1% | 0.84% | - |
| HSV(B) | 194.63º | 0.32% | 1% | - |
| XYZ | 64.99 | 75.52 | 105.76 | - |
| YUV | 218.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 255 | 0.32 | 0.08 | 0 | 0 | 194.63 | 1 | 0.84 |
| Hex | AD | EB | FF | 20 | 8 | 0 | 0 | C3 | 64 | 54 |
| Octal | 255 | 353 | 377 | 40 | 10 | 0 | 0 | 303 | 144 | 124 |
| Binary | 10101101 | 11101011 | 11111111 | 100000 | 1000 | 0 | 0 | 11000011 | 1100100 | 1010100 |
Color Harmonies of #ADEBFF
Complementary color
Monochromatic Colors of #ADEBFF
Black with #ADEBFF
Text Example
Text Example
White with #ADEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBFF; }
p { color: rgb(173,235,255); }
H1.HeaderClassName
{
color: #ADEBFF;
}
.AnyTagClassName
{
color: #ADEBFF;
}
</style>
background-color css
<style>
a { background-color: #ADEBFF; }
a { background-color: rgb(173,235,255); }
div.DivClassName
{
background-color: #ADEBFF;
}
.BgClassName
{
background-color: #ADEBFF;
}
</style>
border-color css
<style>
span { border-color: #ADEBFF; }
span { border-color: rgb(173,235,255); }
td.TdClassName
{
border-color: #ADEBFF;
}
.TagClassName
{
border-color: #ADEBFF;
}
</style>