Shades of Echo Blue #9CABE0
Tints of Echo Blue #9CABE0
RGB
CMYK
RGB Variations
Color information
#9CABE0 (or 0x9CABE0) is known color: Echo Blue. HEX triplet: 9C, AB and E0. RGB value is (156,171,224). Sum of RGB (Red+Green+Blue) = 156+171+224=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABE0 is #63541F. Grayscale: #ACACAC. Windows color (decimal): -6509600 or 14723996. OLE color: 14723996.
HSL color Cylindrical-coordinate representation of color #9CABE0: hue angle of 226.76º 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 #9CABE0 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 171 | 224 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.12 |
| HSL | 226.76º | 0.52% | 0.75% | - |
| HSV(B) | 226.76º | 0.3% | 0.88% | - |
| XYZ | 41.73 | 41.58 | 76.35 | - |
| YUV | 172.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 224 | 0.30 | 0.24 | 0 | 0.12 | 226.76 | 0.52 | 0.75 |
| Hex | 9C | AB | E0 | 1E | 18 | 0 | C | E3 | 34 | 4B |
| Octal | 234 | 253 | 340 | 36 | 30 | 0 | 14 | 343 | 64 | 113 |
| Binary | 10011100 | 10101011 | 11100000 | 11110 | 11000 | 0 | 1100 | 11100011 | 110100 | 1001011 |
Color Harmonies of #9CABE0
Complementary color
Monochromatic Colors of #9CABE0
Black with #9CABE0
Text Example
Text Example
White with #9CABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABE0; }
p { color: rgb(156,171,224); }
H1.HeaderClassName
{
color: #9CABE0;
}
.AnyTagClassName
{
color: #9CABE0;
}
</style>
background-color css
<style>
a { background-color: #9CABE0; }
a { background-color: rgb(156,171,224); }
div.DivClassName
{
background-color: #9CABE0;
}
.BgClassName
{
background-color: #9CABE0;
}
</style>
border-color css
<style>
span { border-color: #9CABE0; }
span { border-color: rgb(156,171,224); }
td.TdClassName
{
border-color: #9CABE0;
}
.TagClassName
{
border-color: #9CABE0;
}
</style>