Shades of Echo Blue #9FABCC
Tints of Echo Blue #9FABCC
RGB
CMYK
RGB Variations
Color information
#9FABCC (or 0x9FABCC) is known color: Echo Blue. HEX triplet: 9F, AB and CC. RGB value is (159,171,204). Sum of RGB (Red+Green+Blue) = 159+171+204=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABCC is #605433. Grayscale: #ABABAB. Windows color (decimal): -6313012 or 13413279. OLE color: 13413279.
HSL color Cylindrical-coordinate representation of color #9FABCC: hue angle of 224º degrees, saturation: 0.31, 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 #9FABCC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 171 | 204 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.2 |
| HSL | 224º | 0.31% | 0.71% | - |
| HSV(B) | 224º | 0.22% | 0.8% | - |
| XYZ | 39.76 | 40.86 | 62.92 | - |
| YUV | 171.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 204 | 0.22 | 0.16 | 0 | 0.2 | 224 | 0.31 | 0.71 |
| Hex | 9F | AB | CC | 16 | 10 | 0 | 14 | E0 | 1F | 47 |
| Octal | 237 | 253 | 314 | 26 | 20 | 0 | 24 | 340 | 37 | 107 |
| Binary | 10011111 | 10101011 | 11001100 | 10110 | 10000 | 0 | 10100 | 11100000 | 11111 | 1000111 |
Color Harmonies of #9FABCC
Complementary color
Monochromatic Colors of #9FABCC
Black with #9FABCC
Text Example
Text Example
White with #9FABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABCC; }
p { color: rgb(159,171,204); }
H1.HeaderClassName
{
color: #9FABCC;
}
.AnyTagClassName
{
color: #9FABCC;
}
</style>
background-color css
<style>
a { background-color: #9FABCC; }
a { background-color: rgb(159,171,204); }
div.DivClassName
{
background-color: #9FABCC;
}
.BgClassName
{
background-color: #9FABCC;
}
</style>
border-color css
<style>
span { border-color: #9FABCC; }
span { border-color: rgb(159,171,204); }
td.TdClassName
{
border-color: #9FABCC;
}
.TagClassName
{
border-color: #9FABCC;
}
</style>