Shades of Echo Blue #9BAFDB
Tints of Echo Blue #9BAFDB
RGB
CMYK
RGB Variations
Color information
#9BAFDB (or 0x9BAFDB) is known color: Echo Blue. HEX triplet: 9B, AF and DB. RGB value is (155,175,219). Sum of RGB (Red+Green+Blue) = 155+175+219=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFDB is #645024. Grayscale: #ADADAD. Windows color (decimal): -6574117 or 14397339. OLE color: 14397339.
HSL color Cylindrical-coordinate representation of color #9BAFDB: hue angle of 221.25º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BAFDB is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 175 | 219 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.14 |
| HSL | 221.25º | 0.47% | 0.73% | - |
| HSV(B) | 221.25º | 0.29% | 0.86% | - |
| XYZ | 41.63 | 42.74 | 73.07 | - |
| YUV | 174.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 219 | 0.29 | 0.20 | 0 | 0.14 | 221.25 | 0.47 | 0.73 |
| Hex | 9B | AF | DB | 1D | 14 | 0 | E | DD | 2F | 49 |
| Octal | 233 | 257 | 333 | 35 | 24 | 0 | 16 | 335 | 57 | 111 |
| Binary | 10011011 | 10101111 | 11011011 | 11101 | 10100 | 0 | 1110 | 11011101 | 101111 | 1001001 |
Color Harmonies of #9BAFDB
Complementary color
Monochromatic Colors of #9BAFDB
Black with #9BAFDB
Text Example
Text Example
White with #9BAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFDB; }
p { color: rgb(155,175,219); }
H1.HeaderClassName
{
color: #9BAFDB;
}
.AnyTagClassName
{
color: #9BAFDB;
}
</style>
background-color css
<style>
a { background-color: #9BAFDB; }
a { background-color: rgb(155,175,219); }
div.DivClassName
{
background-color: #9BAFDB;
}
.BgClassName
{
background-color: #9BAFDB;
}
</style>
border-color css
<style>
span { border-color: #9BAFDB; }
span { border-color: rgb(155,175,219); }
td.TdClassName
{
border-color: #9BAFDB;
}
.TagClassName
{
border-color: #9BAFDB;
}
</style>