Shades of Echo Blue #9DB4CA
Tints of Echo Blue #9DB4CA
RGB
CMYK
RGB Variations
Color information
#9DB4CA (or 0x9DB4CA) is known color: Echo Blue. HEX triplet: 9D, B4 and CA. RGB value is (157,180,202). Sum of RGB (Red+Green+Blue) = 157+180+202=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DB4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB4CA is #624B35. Grayscale: #AFAFAF. Windows color (decimal): -6441782 or 13284509. OLE color: 13284509.
HSL color Cylindrical-coordinate representation of color #9DB4CA: hue angle of 209.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB4CA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 180 | 202 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.21 |
| HSL | 209.33º | 0.3% | 0.7% | - |
| HSV(B) | 209.33º | 0.22% | 0.79% | - |
| XYZ | 40.89 | 44.07 | 62.23 | - |
| YUV | 175.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 202 | 0.22 | 0.11 | 0 | 0.21 | 209.33 | 0.3 | 0.7 |
| Hex | 9D | B4 | CA | 16 | B | 0 | 15 | D1 | 1E | 46 |
| Octal | 235 | 264 | 312 | 26 | 13 | 0 | 25 | 321 | 36 | 106 |
| Binary | 10011101 | 10110100 | 11001010 | 10110 | 1011 | 0 | 10101 | 11010001 | 11110 | 1000110 |
Color Harmonies of #9DB4CA
Complementary color
Monochromatic Colors of #9DB4CA
Black with #9DB4CA
Text Example
Text Example
White with #9DB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4CA; }
p { color: rgb(157,180,202); }
H1.HeaderClassName
{
color: #9DB4CA;
}
.AnyTagClassName
{
color: #9DB4CA;
}
</style>
background-color css
<style>
a { background-color: #9DB4CA; }
a { background-color: rgb(157,180,202); }
div.DivClassName
{
background-color: #9DB4CA;
}
.BgClassName
{
background-color: #9DB4CA;
}
</style>
border-color css
<style>
span { border-color: #9DB4CA; }
span { border-color: rgb(157,180,202); }
td.TdClassName
{
border-color: #9DB4CA;
}
.TagClassName
{
border-color: #9DB4CA;
}
</style>