Shades of Echo Blue #ADB2D6
Tints of Echo Blue #ADB2D6
RGB
CMYK
RGB Variations
Color information
#ADB2D6 (or 0xADB2D6) is known color: Echo Blue. HEX triplet: AD, B2 and D6. RGB value is (173,178,214). Sum of RGB (Red+Green+Blue) = 173+178+214=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADB2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2D6 is #524D29. Grayscale: #B4B4B4. Windows color (decimal): -5393706 or 14070445. OLE color: 14070445.
HSL color Cylindrical-coordinate representation of color #ADB2D6: hue angle of 232.68º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB2D6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 178 | 214 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.16 |
| HSL | 232.68º | 0.33% | 0.76% | - |
| HSV(B) | 232.68º | 0.19% | 0.84% | - |
| XYZ | 45.29 | 45.58 | 70.03 | - |
| YUV | 180.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 214 | 0.19 | 0.17 | 0 | 0.16 | 232.68 | 0.33 | 0.76 |
| Hex | AD | B2 | D6 | 13 | 11 | 0 | 10 | E9 | 21 | 4C |
| Octal | 255 | 262 | 326 | 23 | 21 | 0 | 20 | 351 | 41 | 114 |
| Binary | 10101101 | 10110010 | 11010110 | 10011 | 10001 | 0 | 10000 | 11101001 | 100001 | 1001100 |
Color Harmonies of #ADB2D6
Complementary color
Monochromatic Colors of #ADB2D6
Black with #ADB2D6
Text Example
Text Example
White with #ADB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2D6; }
p { color: rgb(173,178,214); }
H1.HeaderClassName
{
color: #ADB2D6;
}
.AnyTagClassName
{
color: #ADB2D6;
}
</style>
background-color css
<style>
a { background-color: #ADB2D6; }
a { background-color: rgb(173,178,214); }
div.DivClassName
{
background-color: #ADB2D6;
}
.BgClassName
{
background-color: #ADB2D6;
}
</style>
border-color css
<style>
span { border-color: #ADB2D6; }
span { border-color: rgb(173,178,214); }
td.TdClassName
{
border-color: #ADB2D6;
}
.TagClassName
{
border-color: #ADB2D6;
}
</style>