Shades of Echo Blue #9FB4CB
Tints of Echo Blue #9FB4CB
RGB
CMYK
RGB Variations
Color information
#9FB4CB (or 0x9FB4CB) is known color: Echo Blue. HEX triplet: 9F, B4 and CB. RGB value is (159,180,203). Sum of RGB (Red+Green+Blue) = 159+180+203=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FB4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB4CB is #604B34. Grayscale: #B0B0B0. Windows color (decimal): -6310709 or 13350047. OLE color: 13350047.
HSL color Cylindrical-coordinate representation of color #9FB4CB: hue angle of 211.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FB4CB is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 180 | 203 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.20 |
| HSL | 211.36º | 0.3% | 0.71% | - |
| HSV(B) | 211.36º | 0.22% | 0.8% | - |
| XYZ | 41.4 | 44.33 | 62.87 | - |
| YUV | 176.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 203 | 0.22 | 0.11 | 0 | 0.20 | 211.36 | 0.3 | 0.71 |
| Hex | 9F | B4 | CB | 16 | B | 0 | 14 | D3 | 1E | 47 |
| Octal | 237 | 264 | 313 | 26 | 13 | 0 | 24 | 323 | 36 | 107 |
| Binary | 10011111 | 10110100 | 11001011 | 10110 | 1011 | 0 | 10100 | 11010011 | 11110 | 1000111 |
Color Harmonies of #9FB4CB
Complementary color
Monochromatic Colors of #9FB4CB
Black with #9FB4CB
Text Example
Text Example
White with #9FB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB4CB; }
p { color: rgb(159,180,203); }
H1.HeaderClassName
{
color: #9FB4CB;
}
.AnyTagClassName
{
color: #9FB4CB;
}
</style>
background-color css
<style>
a { background-color: #9FB4CB; }
a { background-color: rgb(159,180,203); }
div.DivClassName
{
background-color: #9FB4CB;
}
.BgClassName
{
background-color: #9FB4CB;
}
</style>
border-color css
<style>
span { border-color: #9FB4CB; }
span { border-color: rgb(159,180,203); }
td.TdClassName
{
border-color: #9FB4CB;
}
.TagClassName
{
border-color: #9FB4CB;
}
</style>