Shades of Echo Blue #ADB1D8
Tints of Echo Blue #ADB1D8
RGB
CMYK
RGB Variations
Color information
#ADB1D8 (or 0xADB1D8) is known color: Echo Blue. HEX triplet: AD, B1 and D8. RGB value is (173,177,216). Sum of RGB (Red+Green+Blue) = 173+177+216=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADB1D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1D8 is #524E27. Grayscale: #B4B4B4. Windows color (decimal): -5393960 or 14201261. OLE color: 14201261.
HSL color Cylindrical-coordinate representation of color #ADB1D8: hue angle of 234.42º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB1D8 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 177 | 216 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.15 |
| HSL | 234.42º | 0.36% | 0.76% | - |
| HSV(B) | 234.42º | 0.2% | 0.85% | - |
| XYZ | 45.35 | 45.29 | 71.32 | - |
| YUV | 180.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 216 | 0.20 | 0.18 | 0 | 0.15 | 234.42 | 0.36 | 0.76 |
| Hex | AD | B1 | D8 | 14 | 12 | 0 | F | EA | 24 | 4C |
| Octal | 255 | 261 | 330 | 24 | 22 | 0 | 17 | 352 | 44 | 114 |
| Binary | 10101101 | 10110001 | 11011000 | 10100 | 10010 | 0 | 1111 | 11101010 | 100100 | 1001100 |
Color Harmonies of #ADB1D8
Complementary color
Monochromatic Colors of #ADB1D8
Black with #ADB1D8
Text Example
Text Example
White with #ADB1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1D8; }
p { color: rgb(173,177,216); }
H1.HeaderClassName
{
color: #ADB1D8;
}
.AnyTagClassName
{
color: #ADB1D8;
}
</style>
background-color css
<style>
a { background-color: #ADB1D8; }
a { background-color: rgb(173,177,216); }
div.DivClassName
{
background-color: #ADB1D8;
}
.BgClassName
{
background-color: #ADB1D8;
}
</style>
border-color css
<style>
span { border-color: #ADB1D8; }
span { border-color: rgb(173,177,216); }
td.TdClassName
{
border-color: #ADB1D8;
}
.TagClassName
{
border-color: #ADB1D8;
}
</style>