Shades of Echo Blue #9CB0D7
Tints of Echo Blue #9CB0D7
RGB
CMYK
RGB Variations
Color information
#9CB0D7 (or 0x9CB0D7) is known color: Echo Blue. HEX triplet: 9C, B0 and D7. RGB value is (156,176,215). Sum of RGB (Red+Green+Blue) = 156+176+215=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #9CB0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0D7 is #634F28. Grayscale: #AEAEAE. Windows color (decimal): -6508329 or 14135452. OLE color: 14135452.
HSL color Cylindrical-coordinate representation of color #9CB0D7: hue angle of 219.66º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CB0D7 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 176 | 215 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.16 |
| HSL | 219.66º | 0.42% | 0.73% | - |
| HSV(B) | 219.66º | 0.27% | 0.84% | - |
| XYZ | 41.5 | 43.02 | 70.41 | - |
| YUV | 174.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 215 | 0.27 | 0.18 | 0 | 0.16 | 219.66 | 0.42 | 0.73 |
| Hex | 9C | B0 | D7 | 1B | 12 | 0 | 10 | DC | 2A | 49 |
| Octal | 234 | 260 | 327 | 33 | 22 | 0 | 20 | 334 | 52 | 111 |
| Binary | 10011100 | 10110000 | 11010111 | 11011 | 10010 | 0 | 10000 | 11011100 | 101010 | 1001001 |
Color Harmonies of #9CB0D7
Complementary color
Monochromatic Colors of #9CB0D7
Black with #9CB0D7
Text Example
Text Example
White with #9CB0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB0D7; }
p { color: rgb(156,176,215); }
H1.HeaderClassName
{
color: #9CB0D7;
}
.AnyTagClassName
{
color: #9CB0D7;
}
</style>
background-color css
<style>
a { background-color: #9CB0D7; }
a { background-color: rgb(156,176,215); }
div.DivClassName
{
background-color: #9CB0D7;
}
.BgClassName
{
background-color: #9CB0D7;
}
</style>
border-color css
<style>
span { border-color: #9CB0D7; }
span { border-color: rgb(156,176,215); }
td.TdClassName
{
border-color: #9CB0D7;
}
.TagClassName
{
border-color: #9CB0D7;
}
</style>