Shades of Echo Blue #9CB1DA
Tints of Echo Blue #9CB1DA
RGB
CMYK
RGB Variations
Color information
#9CB1DA (or 0x9CB1DA) is known color: Echo Blue. HEX triplet: 9C, B1 and DA. RGB value is (156,177,218). Sum of RGB (Red+Green+Blue) = 156+177+218=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #9CB1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1DA is #634E25. Grayscale: #AFAFAF. Windows color (decimal): -6508070 or 14332316. OLE color: 14332316.
HSL color Cylindrical-coordinate representation of color #9CB1DA: hue angle of 219.68º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CB1DA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 177 | 218 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.15 |
| HSL | 219.68º | 0.46% | 0.73% | - |
| HSV(B) | 219.68º | 0.28% | 0.85% | - |
| XYZ | 42.09 | 43.57 | 72.52 | - |
| YUV | 175.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 218 | 0.28 | 0.19 | 0 | 0.15 | 219.68 | 0.46 | 0.73 |
| Hex | 9C | B1 | DA | 1C | 13 | 0 | F | DC | 2E | 49 |
| Octal | 234 | 261 | 332 | 34 | 23 | 0 | 17 | 334 | 56 | 111 |
| Binary | 10011100 | 10110001 | 11011010 | 11100 | 10011 | 0 | 1111 | 11011100 | 101110 | 1001001 |
Color Harmonies of #9CB1DA
Complementary color
Monochromatic Colors of #9CB1DA
Black with #9CB1DA
Text Example
Text Example
White with #9CB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB1DA; }
p { color: rgb(156,177,218); }
H1.HeaderClassName
{
color: #9CB1DA;
}
.AnyTagClassName
{
color: #9CB1DA;
}
</style>
background-color css
<style>
a { background-color: #9CB1DA; }
a { background-color: rgb(156,177,218); }
div.DivClassName
{
background-color: #9CB1DA;
}
.BgClassName
{
background-color: #9CB1DA;
}
</style>
border-color css
<style>
span { border-color: #9CB1DA; }
span { border-color: rgb(156,177,218); }
td.TdClassName
{
border-color: #9CB1DA;
}
.TagClassName
{
border-color: #9CB1DA;
}
</style>