Shades of Echo Blue #ADB5C3
Tints of Echo Blue #ADB5C3
RGB
CMYK
RGB Variations
Color information
#ADB5C3 (or 0xADB5C3) is known color: Echo Blue. HEX triplet: AD, B5 and C3. RGB value is (173,181,195). Sum of RGB (Red+Green+Blue) = 173+181+195=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADB5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5C3 is #524A3C. Grayscale: #B4B4B4. Windows color (decimal): -5392957 or 12826029. OLE color: 12826029.
HSL color Cylindrical-coordinate representation of color #ADB5C3: hue angle of 218.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB5C3 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 181 | 195 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.24 |
| HSL | 218.18º | 0.15% | 0.72% | - |
| HSV(B) | 218.18º | 0.11% | 0.76% | - |
| XYZ | 43.61 | 45.87 | 58.19 | - |
| YUV | 180.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 195 | 0.11 | 0.07 | 0 | 0.24 | 218.18 | 0.15 | 0.72 |
| Hex | AD | B5 | C3 | B | 7 | 0 | 18 | DA | F | 48 |
| Octal | 255 | 265 | 303 | 13 | 7 | 0 | 30 | 332 | 17 | 110 |
| Binary | 10101101 | 10110101 | 11000011 | 1011 | 111 | 0 | 11000 | 11011010 | 1111 | 1001000 |
Color Harmonies of #ADB5C3
Complementary color
Monochromatic Colors of #ADB5C3
Black with #ADB5C3
Text Example
Text Example
White with #ADB5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5C3; }
p { color: rgb(173,181,195); }
H1.HeaderClassName
{
color: #ADB5C3;
}
.AnyTagClassName
{
color: #ADB5C3;
}
</style>
background-color css
<style>
a { background-color: #ADB5C3; }
a { background-color: rgb(173,181,195); }
div.DivClassName
{
background-color: #ADB5C3;
}
.BgClassName
{
background-color: #ADB5C3;
}
</style>
border-color css
<style>
span { border-color: #ADB5C3; }
span { border-color: rgb(173,181,195); }
td.TdClassName
{
border-color: #ADB5C3;
}
.TagClassName
{
border-color: #ADB5C3;
}
</style>