Shades of Echo Blue #9FAECC
Tints of Echo Blue #9FAECC
RGB
CMYK
RGB Variations
Color information
#9FAECC (or 0x9FAECC) is known color: Echo Blue. HEX triplet: 9F, AE and CC. RGB value is (159,174,204). Sum of RGB (Red+Green+Blue) = 159+174+204=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAECC is #605133. Grayscale: #ACACAC. Windows color (decimal): -6312244 or 13414047. OLE color: 13414047.
HSL color Cylindrical-coordinate representation of color #9FAECC: hue angle of 220º 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 #9FAECC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 174 | 204 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.2 |
| HSL | 220º | 0.31% | 0.71% | - |
| HSV(B) | 220º | 0.22% | 0.8% | - |
| XYZ | 40.33 | 42 | 63.11 | - |
| YUV | 172.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 204 | 0.22 | 0.15 | 0 | 0.2 | 220 | 0.31 | 0.71 |
| Hex | 9F | AE | CC | 16 | F | 0 | 14 | DC | 1F | 47 |
| Octal | 237 | 256 | 314 | 26 | 17 | 0 | 24 | 334 | 37 | 107 |
| Binary | 10011111 | 10101110 | 11001100 | 10110 | 1111 | 0 | 10100 | 11011100 | 11111 | 1000111 |
Color Harmonies of #9FAECC
Complementary color
Monochromatic Colors of #9FAECC
Black with #9FAECC
Text Example
Text Example
White with #9FAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAECC; }
p { color: rgb(159,174,204); }
H1.HeaderClassName
{
color: #9FAECC;
}
.AnyTagClassName
{
color: #9FAECC;
}
</style>
background-color css
<style>
a { background-color: #9FAECC; }
a { background-color: rgb(159,174,204); }
div.DivClassName
{
background-color: #9FAECC;
}
.BgClassName
{
background-color: #9FAECC;
}
</style>
border-color css
<style>
span { border-color: #9FAECC; }
span { border-color: rgb(159,174,204); }
td.TdClassName
{
border-color: #9FAECC;
}
.TagClassName
{
border-color: #9FAECC;
}
</style>