Shades of Echo Blue #9BB1CC
Tints of Echo Blue #9BB1CC
RGB
CMYK
RGB Variations
Color information
#9BB1CC (or 0x9BB1CC) is known color: Echo Blue. HEX triplet: 9B, B1 and CC. RGB value is (155,177,204). Sum of RGB (Red+Green+Blue) = 155+177+204=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB1CC is #644E33. Grayscale: #ADADAD. Windows color (decimal): -6573620 or 13414811. OLE color: 13414811.
HSL color Cylindrical-coordinate representation of color #9BB1CC: hue angle of 213.06º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB1CC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 177 | 204 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.2 |
| HSL | 213.06º | 0.32% | 0.7% | - |
| HSV(B) | 213.06º | 0.24% | 0.8% | - |
| XYZ | 40.14 | 42.77 | 63.27 | - |
| YUV | 173.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 204 | 0.24 | 0.13 | 0 | 0.2 | 213.06 | 0.32 | 0.7 |
| Hex | 9B | B1 | CC | 18 | D | 0 | 14 | D5 | 20 | 46 |
| Octal | 233 | 261 | 314 | 30 | 15 | 0 | 24 | 325 | 40 | 106 |
| Binary | 10011011 | 10110001 | 11001100 | 11000 | 1101 | 0 | 10100 | 11010101 | 100000 | 1000110 |
Color Harmonies of #9BB1CC
Complementary color
Monochromatic Colors of #9BB1CC
Black with #9BB1CC
Text Example
Text Example
White with #9BB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB1CC; }
p { color: rgb(155,177,204); }
H1.HeaderClassName
{
color: #9BB1CC;
}
.AnyTagClassName
{
color: #9BB1CC;
}
</style>
background-color css
<style>
a { background-color: #9BB1CC; }
a { background-color: rgb(155,177,204); }
div.DivClassName
{
background-color: #9BB1CC;
}
.BgClassName
{
background-color: #9BB1CC;
}
</style>
border-color css
<style>
span { border-color: #9BB1CC; }
span { border-color: rgb(155,177,204); }
td.TdClassName
{
border-color: #9BB1CC;
}
.TagClassName
{
border-color: #9BB1CC;
}
</style>