Shades of Echo Blue #9FACDF
Tints of Echo Blue #9FACDF
RGB
CMYK
RGB Variations
Color information
#9FACDF (or 0x9FACDF) is known color: Echo Blue. HEX triplet: 9F, AC and DF. RGB value is (159,172,223). Sum of RGB (Red+Green+Blue) = 159+172+223=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACDF is #605320. Grayscale: #ADADAD. Windows color (decimal): -6312737 or 14658719. OLE color: 14658719.
HSL color Cylindrical-coordinate representation of color #9FACDF: hue angle of 227.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FACDF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 172 | 223 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.13 |
| HSL | 227.81º | 0.5% | 0.75% | - |
| HSV(B) | 227.81º | 0.29% | 0.87% | - |
| XYZ | 42.37 | 42.2 | 75.73 | - |
| YUV | 173.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 223 | 0.29 | 0.23 | 0 | 0.13 | 227.81 | 0.5 | 0.75 |
| Hex | 9F | AC | DF | 1D | 17 | 0 | D | E4 | 32 | 4B |
| Octal | 237 | 254 | 337 | 35 | 27 | 0 | 15 | 344 | 62 | 113 |
| Binary | 10011111 | 10101100 | 11011111 | 11101 | 10111 | 0 | 1101 | 11100100 | 110010 | 1001011 |
Color Harmonies of #9FACDF
Complementary color
Monochromatic Colors of #9FACDF
Black with #9FACDF
Text Example
Text Example
White with #9FACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACDF; }
p { color: rgb(159,172,223); }
H1.HeaderClassName
{
color: #9FACDF;
}
.AnyTagClassName
{
color: #9FACDF;
}
</style>
background-color css
<style>
a { background-color: #9FACDF; }
a { background-color: rgb(159,172,223); }
div.DivClassName
{
background-color: #9FACDF;
}
.BgClassName
{
background-color: #9FACDF;
}
</style>
border-color css
<style>
span { border-color: #9FACDF; }
span { border-color: rgb(159,172,223); }
td.TdClassName
{
border-color: #9FACDF;
}
.TagClassName
{
border-color: #9FACDF;
}
</style>