Shades of Echo Blue #ADB3CF
Tints of Echo Blue #ADB3CF
RGB
CMYK
RGB Variations
Color information
#ADB3CF (or 0xADB3CF) is known color: Echo Blue. HEX triplet: AD, B3 and CF. RGB value is (173,179,207). Sum of RGB (Red+Green+Blue) = 173+179+207=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3CF is #524C30. Grayscale: #B4B4B4. Windows color (decimal): -5393457 or 13611949. OLE color: 13611949.
HSL color Cylindrical-coordinate representation of color #ADB3CF: hue angle of 229.41º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB3CF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 179 | 207 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.19 |
| HSL | 229.41º | 0.26% | 0.75% | - |
| HSV(B) | 229.41º | 0.16% | 0.81% | - |
| XYZ | 44.62 | 45.63 | 65.49 | - |
| YUV | 180.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 207 | 0.16 | 0.14 | 0 | 0.19 | 229.41 | 0.26 | 0.75 |
| Hex | AD | B3 | CF | 10 | E | 0 | 13 | E5 | 1A | 4B |
| Octal | 255 | 263 | 317 | 20 | 16 | 0 | 23 | 345 | 32 | 113 |
| Binary | 10101101 | 10110011 | 11001111 | 10000 | 1110 | 0 | 10011 | 11100101 | 11010 | 1001011 |
Color Harmonies of #ADB3CF
Complementary color
Monochromatic Colors of #ADB3CF
Black with #ADB3CF
Text Example
Text Example
White with #ADB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3CF; }
p { color: rgb(173,179,207); }
H1.HeaderClassName
{
color: #ADB3CF;
}
.AnyTagClassName
{
color: #ADB3CF;
}
</style>
background-color css
<style>
a { background-color: #ADB3CF; }
a { background-color: rgb(173,179,207); }
div.DivClassName
{
background-color: #ADB3CF;
}
.BgClassName
{
background-color: #ADB3CF;
}
</style>
border-color css
<style>
span { border-color: #ADB3CF; }
span { border-color: rgb(173,179,207); }
td.TdClassName
{
border-color: #ADB3CF;
}
.TagClassName
{
border-color: #ADB3CF;
}
</style>