Shades of Echo Blue #ADB5C4
Tints of Echo Blue #ADB5C4
RGB
CMYK
RGB Variations
Color information
#ADB5C4 (or 0xADB5C4) is known color: Echo Blue. HEX triplet: AD, B5 and C4. RGB value is (173,181,196). Sum of RGB (Red+Green+Blue) = 173+181+196=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADB5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5C4 is #524A3B. Grayscale: #B4B4B4. Windows color (decimal): -5392956 or 12891565. OLE color: 12891565.
HSL color Cylindrical-coordinate representation of color #ADB5C4: hue angle of 219.13º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB5C4 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 173 | 181 | 196 | - |
CMYK | 0.12 | 0.08 | 0 | 0.23 |
HSL | 219.13º | 0.16% | 0.72% | - |
HSV(B) | 219.13º | 0.12% | 0.77% | - |
XYZ | 43.72 | 45.92 | 58.78 | - |
YUV | 180.32 | 136.85 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 196 | 0.12 | 0.08 | 0 | 0.23 | 219.13 | 0.16 | 0.72 |
Hex | AD | B5 | C4 | C | 8 | 0 | 17 | DB | 10 | 48 |
Octal | 255 | 265 | 304 | 14 | 10 | 0 | 27 | 333 | 20 | 110 |
Binary | 10101101 | 10110101 | 11000100 | 1100 | 1000 | 0 | 10111 | 11011011 | 10000 | 1001000 |
Color Harmonies of #ADB5C4
Complementary color
Monochromatic Colors of #ADB5C4
Black with #ADB5C4
Text Example
Text Example
White with #ADB5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5C4; }
p { color: rgb(173,181,196); }
H1.HeaderClassName
{
color: #ADB5C4;
}
.AnyTagClassName
{
color: #ADB5C4;
}
</style>
background-color css
<style>
a { background-color: #ADB5C4; }
a { background-color: rgb(173,181,196); }
div.DivClassName
{
background-color: #ADB5C4;
}
.BgClassName
{
background-color: #ADB5C4;
}
</style>
border-color css
<style>
span { border-color: #ADB5C4; }
span { border-color: rgb(173,181,196); }
td.TdClassName
{
border-color: #ADB5C4;
}
.TagClassName
{
border-color: #ADB5C4;
}
</style>