Shades of Blizzard Blue #ADEBFE
Tints of Blizzard Blue #ADEBFE
RGB
CMYK
RGB Variations
Color information
#ADEBFE (or 0xADEBFE) is known color: Blizzard Blue. HEX triplet: AD, EB and FE. RGB value is (173,235,254). Sum of RGB (Red+Green+Blue) = 173+235+254=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBFE is #521401. Grayscale: #DADADA. Windows color (decimal): -5379074 or 16706477. OLE color: 16706477.
HSL color Cylindrical-coordinate representation of color #ADEBFE: hue angle of 194.07º 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 #ADEBFE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 235 | 254 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.00 |
| HSL | 194.07º | 0.98% | 0.84% | - |
| HSV(B) | 194.07º | 0.32% | 1% | - |
| XYZ | 64.83 | 75.46 | 104.91 | - |
| YUV | 218.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 254 | 0.32 | 0.07 | 0 | 0.00 | 194.07 | 0.98 | 0.84 |
| Hex | AD | EB | FE | 20 | 7 | 0 | 0 | C2 | 62 | 54 |
| Octal | 255 | 353 | 376 | 40 | 7 | 0 | 0 | 302 | 142 | 124 |
| Binary | 10101101 | 11101011 | 11111110 | 100000 | 111 | 0 | 0 | 11000010 | 1100010 | 1010100 |
Color Harmonies of #ADEBFE
Complementary color
Monochromatic Colors of #ADEBFE
Black with #ADEBFE
Text Example
Text Example
White with #ADEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBFE; }
p { color: rgb(173,235,254); }
H1.HeaderClassName
{
color: #ADEBFE;
}
.AnyTagClassName
{
color: #ADEBFE;
}
</style>
background-color css
<style>
a { background-color: #ADEBFE; }
a { background-color: rgb(173,235,254); }
div.DivClassName
{
background-color: #ADEBFE;
}
.BgClassName
{
background-color: #ADEBFE;
}
</style>
border-color css
<style>
span { border-color: #ADEBFE; }
span { border-color: rgb(173,235,254); }
td.TdClassName
{
border-color: #ADEBFE;
}
.TagClassName
{
border-color: #ADEBFE;
}
</style>