Shades of Echo Blue #ADB4C4
Tints of Echo Blue #ADB4C4
RGB
CMYK
RGB Variations
Color information
#ADB4C4 (or 0xADB4C4) is known color: Echo Blue. HEX triplet: AD, B4 and C4. RGB value is (173,180,196). Sum of RGB (Red+Green+Blue) = 173+180+196=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADB4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4C4 is #524B3B. Grayscale: #B3B3B3. Windows color (decimal): -5393212 or 12891309. OLE color: 12891309.
HSL color Cylindrical-coordinate representation of color #ADB4C4: hue angle of 221.74º 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 #ADB4C4 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 173 | 180 | 196 | - |
CMYK | 0.12 | 0.08 | 0 | 0.23 |
HSL | 221.74º | 0.16% | 0.72% | - |
HSV(B) | 221.74º | 0.12% | 0.77% | - |
XYZ | 43.52 | 45.51 | 58.72 | - |
YUV | 179.73 | 137.18 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 180 | 196 | 0.12 | 0.08 | 0 | 0.23 | 221.74 | 0.16 | 0.72 |
Hex | AD | B4 | C4 | C | 8 | 0 | 17 | DE | 10 | 48 |
Octal | 255 | 264 | 304 | 14 | 10 | 0 | 27 | 336 | 20 | 110 |
Binary | 10101101 | 10110100 | 11000100 | 1100 | 1000 | 0 | 10111 | 11011110 | 10000 | 1001000 |
Color Harmonies of #ADB4C4
Complementary color
Monochromatic Colors of #ADB4C4
Black with #ADB4C4
Text Example
Text Example
White with #ADB4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4C4; }
p { color: rgb(173,180,196); }
H1.HeaderClassName
{
color: #ADB4C4;
}
.AnyTagClassName
{
color: #ADB4C4;
}
</style>
background-color css
<style>
a { background-color: #ADB4C4; }
a { background-color: rgb(173,180,196); }
div.DivClassName
{
background-color: #ADB4C4;
}
.BgClassName
{
background-color: #ADB4C4;
}
</style>
border-color css
<style>
span { border-color: #ADB4C4; }
span { border-color: rgb(173,180,196); }
td.TdClassName
{
border-color: #ADB4C4;
}
.TagClassName
{
border-color: #ADB4C4;
}
</style>