Shades of Echo Blue #9CACE0
Tints of Echo Blue #9CACE0
RGB
CMYK
RGB Variations
Color information
#9CACE0 (or 0x9CACE0) is known color: Echo Blue. HEX triplet: 9C, AC and E0. RGB value is (156,172,224). Sum of RGB (Red+Green+Blue) = 156+172+224=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACE0 is #63531F. Grayscale: #ACACAC. Windows color (decimal): -6509344 or 14724252. OLE color: 14724252.
HSL color Cylindrical-coordinate representation of color #9CACE0: hue angle of 225.88º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CACE0 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 172 | 224 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.12 |
| HSL | 225.88º | 0.52% | 0.75% | - |
| HSV(B) | 225.88º | 0.3% | 0.88% | - |
| XYZ | 41.92 | 41.95 | 76.41 | - |
| YUV | 173.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 224 | 0.30 | 0.23 | 0 | 0.12 | 225.88 | 0.52 | 0.75 |
| Hex | 9C | AC | E0 | 1E | 17 | 0 | C | E2 | 34 | 4B |
| Octal | 234 | 254 | 340 | 36 | 27 | 0 | 14 | 342 | 64 | 113 |
| Binary | 10011100 | 10101100 | 11100000 | 11110 | 10111 | 0 | 1100 | 11100010 | 110100 | 1001011 |
Color Harmonies of #9CACE0
Complementary color
Monochromatic Colors of #9CACE0
Black with #9CACE0
Text Example
Text Example
White with #9CACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACE0; }
p { color: rgb(156,172,224); }
H1.HeaderClassName
{
color: #9CACE0;
}
.AnyTagClassName
{
color: #9CACE0;
}
</style>
background-color css
<style>
a { background-color: #9CACE0; }
a { background-color: rgb(156,172,224); }
div.DivClassName
{
background-color: #9CACE0;
}
.BgClassName
{
background-color: #9CACE0;
}
</style>
border-color css
<style>
span { border-color: #9CACE0; }
span { border-color: rgb(156,172,224); }
td.TdClassName
{
border-color: #9CACE0;
}
.TagClassName
{
border-color: #9CACE0;
}
</style>