Shades of Blizzard Blue #ADE8FB
Tints of Blizzard Blue #ADE8FB
RGB
CMYK
RGB Variations
Color information
#ADE8FB (or 0xADE8FB) is known color: Blizzard Blue. HEX triplet: AD, E8 and FB. RGB value is (173,232,251). Sum of RGB (Red+Green+Blue) = 173+232+251=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8FB is #521704. Grayscale: #D8D8D8. Windows color (decimal): -5379845 or 16509101. OLE color: 16509101.
HSL color Cylindrical-coordinate representation of color #ADE8FB: hue angle of 194.62º 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 #ADE8FB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 232 | 251 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.02 |
| HSL | 194.62º | 0.91% | 0.83% | - |
| HSV(B) | 194.62º | 0.31% | 0.98% | - |
| XYZ | 63.5 | 73.56 | 102.12 | - |
| YUV | 216.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 251 | 0.31 | 0.08 | 0 | 0.02 | 194.62 | 0.91 | 0.83 |
| Hex | AD | E8 | FB | 1F | 8 | 0 | 2 | C3 | 5B | 53 |
| Octal | 255 | 350 | 373 | 37 | 10 | 0 | 2 | 303 | 133 | 123 |
| Binary | 10101101 | 11101000 | 11111011 | 11111 | 1000 | 0 | 10 | 11000011 | 1011011 | 1010011 |
Color Harmonies of #ADE8FB
Complementary color
Monochromatic Colors of #ADE8FB
Black with #ADE8FB
Text Example
Text Example
White with #ADE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8FB; }
p { color: rgb(173,232,251); }
H1.HeaderClassName
{
color: #ADE8FB;
}
.AnyTagClassName
{
color: #ADE8FB;
}
</style>
background-color css
<style>
a { background-color: #ADE8FB; }
a { background-color: rgb(173,232,251); }
div.DivClassName
{
background-color: #ADE8FB;
}
.BgClassName
{
background-color: #ADE8FB;
}
</style>
border-color css
<style>
span { border-color: #ADE8FB; }
span { border-color: rgb(173,232,251); }
td.TdClassName
{
border-color: #ADE8FB;
}
.TagClassName
{
border-color: #ADE8FB;
}
</style>