Shades of Echo Blue #9FACCD
Tints of Echo Blue #9FACCD
RGB
CMYK
RGB Variations
Color information
#9FACCD (or 0x9FACCD) is known color: Echo Blue. HEX triplet: 9F, AC and CD. RGB value is (159,172,205). Sum of RGB (Red+Green+Blue) = 159+172+205=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACCD is #605332. Grayscale: #ABABAB. Windows color (decimal): -6312755 or 13479071. OLE color: 13479071.
HSL color Cylindrical-coordinate representation of color #9FACCD: hue angle of 223.04º degrees, saturation: 0.32, 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 #9FACCD is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 172 | 205 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.20 |
| HSL | 223.04º | 0.32% | 0.71% | - |
| HSV(B) | 223.04º | 0.22% | 0.8% | - |
| XYZ | 40.07 | 41.28 | 63.61 | - |
| YUV | 171.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 205 | 0.22 | 0.16 | 0 | 0.20 | 223.04 | 0.32 | 0.71 |
| Hex | 9F | AC | CD | 16 | 10 | 0 | 14 | DF | 20 | 47 |
| Octal | 237 | 254 | 315 | 26 | 20 | 0 | 24 | 337 | 40 | 107 |
| Binary | 10011111 | 10101100 | 11001101 | 10110 | 10000 | 0 | 10100 | 11011111 | 100000 | 1000111 |
Color Harmonies of #9FACCD
Complementary color
Monochromatic Colors of #9FACCD
Black with #9FACCD
Text Example
Text Example
White with #9FACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACCD; }
p { color: rgb(159,172,205); }
H1.HeaderClassName
{
color: #9FACCD;
}
.AnyTagClassName
{
color: #9FACCD;
}
</style>
background-color css
<style>
a { background-color: #9FACCD; }
a { background-color: rgb(159,172,205); }
div.DivClassName
{
background-color: #9FACCD;
}
.BgClassName
{
background-color: #9FACCD;
}
</style>
border-color css
<style>
span { border-color: #9FACCD; }
span { border-color: rgb(159,172,205); }
td.TdClassName
{
border-color: #9FACCD;
}
.TagClassName
{
border-color: #9FACCD;
}
</style>