Shades of Echo Blue #9BAED7
Tints of Echo Blue #9BAED7
RGB
CMYK
RGB Variations
Color information
#9BAED7 (or 0x9BAED7) is known color: Echo Blue. HEX triplet: 9B, AE and D7. RGB value is (155,174,215). Sum of RGB (Red+Green+Blue) = 155+174+215=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BAED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAED7 is #645128. Grayscale: #ACACAC. Windows color (decimal): -6574377 or 14134939. OLE color: 14134939.
HSL color Cylindrical-coordinate representation of color #9BAED7: hue angle of 221º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BAED7 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 174 | 215 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.16 |
| HSL | 221º | 0.43% | 0.73% | - |
| HSV(B) | 221º | 0.28% | 0.84% | - |
| XYZ | 40.92 | 42.15 | 70.27 | - |
| YUV | 172.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 215 | 0.28 | 0.19 | 0 | 0.16 | 221 | 0.43 | 0.73 |
| Hex | 9B | AE | D7 | 1C | 13 | 0 | 10 | DD | 2B | 49 |
| Octal | 233 | 256 | 327 | 34 | 23 | 0 | 20 | 335 | 53 | 111 |
| Binary | 10011011 | 10101110 | 11010111 | 11100 | 10011 | 0 | 10000 | 11011101 | 101011 | 1001001 |
Color Harmonies of #9BAED7
Complementary color
Monochromatic Colors of #9BAED7
Black with #9BAED7
Text Example
Text Example
White with #9BAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAED7; }
p { color: rgb(155,174,215); }
H1.HeaderClassName
{
color: #9BAED7;
}
.AnyTagClassName
{
color: #9BAED7;
}
</style>
background-color css
<style>
a { background-color: #9BAED7; }
a { background-color: rgb(155,174,215); }
div.DivClassName
{
background-color: #9BAED7;
}
.BgClassName
{
background-color: #9BAED7;
}
</style>
border-color css
<style>
span { border-color: #9BAED7; }
span { border-color: rgb(155,174,215); }
td.TdClassName
{
border-color: #9BAED7;
}
.TagClassName
{
border-color: #9BAED7;
}
</style>