Shades of Echo Blue #9FACDC
Tints of Echo Blue #9FACDC
RGB
CMYK
RGB Variations
Color information
#9FACDC (or 0x9FACDC) is known color: Echo Blue. HEX triplet: 9F, AC and DC. RGB value is (159,172,220). Sum of RGB (Red+Green+Blue) = 159+172+220=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACDC is #605323. Grayscale: #ADADAD. Windows color (decimal): -6312740 or 14462111. OLE color: 14462111.
HSL color Cylindrical-coordinate representation of color #9FACDC: hue angle of 227.21º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FACDC is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 172 | 220 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.14 |
| HSL | 227.21º | 0.47% | 0.74% | - |
| HSV(B) | 227.21º | 0.28% | 0.86% | - |
| XYZ | 41.97 | 42.04 | 73.61 | - |
| YUV | 173.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 220 | 0.28 | 0.22 | 0 | 0.14 | 227.21 | 0.47 | 0.74 |
| Hex | 9F | AC | DC | 1C | 16 | 0 | E | E3 | 2F | 4A |
| Octal | 237 | 254 | 334 | 34 | 26 | 0 | 16 | 343 | 57 | 112 |
| Binary | 10011111 | 10101100 | 11011100 | 11100 | 10110 | 0 | 1110 | 11100011 | 101111 | 1001010 |
Color Harmonies of #9FACDC
Complementary color
Monochromatic Colors of #9FACDC
Black with #9FACDC
Text Example
Text Example
White with #9FACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACDC; }
p { color: rgb(159,172,220); }
H1.HeaderClassName
{
color: #9FACDC;
}
.AnyTagClassName
{
color: #9FACDC;
}
</style>
background-color css
<style>
a { background-color: #9FACDC; }
a { background-color: rgb(159,172,220); }
div.DivClassName
{
background-color: #9FACDC;
}
.BgClassName
{
background-color: #9FACDC;
}
</style>
border-color css
<style>
span { border-color: #9FACDC; }
span { border-color: rgb(159,172,220); }
td.TdClassName
{
border-color: #9FACDC;
}
.TagClassName
{
border-color: #9FACDC;
}
</style>