Shades of Echo Blue #9BA8CA
Tints of Echo Blue #9BA8CA
RGB
CMYK
RGB Variations
Color information
#9BA8CA (or 0x9BA8CA) is known color: Echo Blue. HEX triplet: 9B, A8 and CA. RGB value is (155,168,202). Sum of RGB (Red+Green+Blue) = 155+168+202=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8CA is #645735. Grayscale: #A7A7A7. Windows color (decimal): -6575926 or 13281435. OLE color: 13281435.
HSL color Cylindrical-coordinate representation of color #9BA8CA: hue angle of 223.4º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BA8CA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 168 | 202 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.21 |
| HSL | 223.4º | 0.31% | 0.7% | - |
| HSV(B) | 223.4º | 0.23% | 0.79% | - |
| XYZ | 38.18 | 39.24 | 61.44 | - |
| YUV | 167.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 202 | 0.23 | 0.17 | 0 | 0.21 | 223.4 | 0.31 | 0.7 |
| Hex | 9B | A8 | CA | 17 | 11 | 0 | 15 | DF | 1F | 46 |
| Octal | 233 | 250 | 312 | 27 | 21 | 0 | 25 | 337 | 37 | 106 |
| Binary | 10011011 | 10101000 | 11001010 | 10111 | 10001 | 0 | 10101 | 11011111 | 11111 | 1000110 |
Color Harmonies of #9BA8CA
Complementary color
Monochromatic Colors of #9BA8CA
Black with #9BA8CA
Text Example
Text Example
White with #9BA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8CA; }
p { color: rgb(155,168,202); }
H1.HeaderClassName
{
color: #9BA8CA;
}
.AnyTagClassName
{
color: #9BA8CA;
}
</style>
background-color css
<style>
a { background-color: #9BA8CA; }
a { background-color: rgb(155,168,202); }
div.DivClassName
{
background-color: #9BA8CA;
}
.BgClassName
{
background-color: #9BA8CA;
}
</style>
border-color css
<style>
span { border-color: #9BA8CA; }
span { border-color: rgb(155,168,202); }
td.TdClassName
{
border-color: #9BA8CA;
}
.TagClassName
{
border-color: #9BA8CA;
}
</style>