Shades of Echo Blue #9BB1DD
Tints of Echo Blue #9BB1DD
RGB
CMYK
RGB Variations
Color information
#9BB1DD (or 0x9BB1DD) is known color: Echo Blue. HEX triplet: 9B, B1 and DD. RGB value is (155,177,221). Sum of RGB (Red+Green+Blue) = 155+177+221=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB1DD is #644E22. Grayscale: #AFAFAF. Windows color (decimal): -6573603 or 14528923. OLE color: 14528923.
HSL color Cylindrical-coordinate representation of color #9BB1DD: hue angle of 220º degrees, saturation: 0.49, 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 #9BB1DD is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 177 | 221 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.13 |
| HSL | 220º | 0.49% | 0.74% | - |
| HSV(B) | 220º | 0.3% | 0.87% | - |
| XYZ | 42.29 | 43.63 | 74.6 | - |
| YUV | 175.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 221 | 0.30 | 0.20 | 0 | 0.13 | 220 | 0.49 | 0.74 |
| Hex | 9B | B1 | DD | 1E | 14 | 0 | D | DC | 31 | 4A |
| Octal | 233 | 261 | 335 | 36 | 24 | 0 | 15 | 334 | 61 | 112 |
| Binary | 10011011 | 10110001 | 11011101 | 11110 | 10100 | 0 | 1101 | 11011100 | 110001 | 1001010 |
Color Harmonies of #9BB1DD
Complementary color
Monochromatic Colors of #9BB1DD
Black with #9BB1DD
Text Example
Text Example
White with #9BB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB1DD; }
p { color: rgb(155,177,221); }
H1.HeaderClassName
{
color: #9BB1DD;
}
.AnyTagClassName
{
color: #9BB1DD;
}
</style>
background-color css
<style>
a { background-color: #9BB1DD; }
a { background-color: rgb(155,177,221); }
div.DivClassName
{
background-color: #9BB1DD;
}
.BgClassName
{
background-color: #9BB1DD;
}
</style>
border-color css
<style>
span { border-color: #9BB1DD; }
span { border-color: rgb(155,177,221); }
td.TdClassName
{
border-color: #9BB1DD;
}
.TagClassName
{
border-color: #9BB1DD;
}
</style>