Shades of Echo Blue #9CA8DF
Tints of Echo Blue #9CA8DF
RGB
CMYK
RGB Variations
Color information
#9CA8DF (or 0x9CA8DF) is known color: Echo Blue. HEX triplet: 9C, A8 and DF. RGB value is (156,168,223). Sum of RGB (Red+Green+Blue) = 156+168+223=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA8DF is #635720. Grayscale: #AAAAAA. Windows color (decimal): -6510369 or 14657692. OLE color: 14657692.
HSL color Cylindrical-coordinate representation of color #9CA8DF: hue angle of 229.25º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA8DF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 168 | 223 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.13 |
| HSL | 229.25º | 0.51% | 0.74% | - |
| HSV(B) | 229.25º | 0.3% | 0.87% | - |
| XYZ | 41.03 | 40.4 | 75.45 | - |
| YUV | 170.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 223 | 0.30 | 0.25 | 0 | 0.13 | 229.25 | 0.51 | 0.74 |
| Hex | 9C | A8 | DF | 1E | 19 | 0 | D | E5 | 33 | 4A |
| Octal | 234 | 250 | 337 | 36 | 31 | 0 | 15 | 345 | 63 | 112 |
| Binary | 10011100 | 10101000 | 11011111 | 11110 | 11001 | 0 | 1101 | 11100101 | 110011 | 1001010 |
Color Harmonies of #9CA8DF
Complementary color
Monochromatic Colors of #9CA8DF
Black with #9CA8DF
Text Example
Text Example
White with #9CA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA8DF; }
p { color: rgb(156,168,223); }
H1.HeaderClassName
{
color: #9CA8DF;
}
.AnyTagClassName
{
color: #9CA8DF;
}
</style>
background-color css
<style>
a { background-color: #9CA8DF; }
a { background-color: rgb(156,168,223); }
div.DivClassName
{
background-color: #9CA8DF;
}
.BgClassName
{
background-color: #9CA8DF;
}
</style>
border-color css
<style>
span { border-color: #9CA8DF; }
span { border-color: rgb(156,168,223); }
td.TdClassName
{
border-color: #9CA8DF;
}
.TagClassName
{
border-color: #9CA8DF;
}
</style>