Shades of Echo Blue #9BAFC8
Tints of Echo Blue #9BAFC8
RGB
CMYK
RGB Variations
Color information
#9BAFC8 (or 0x9BAFC8) is known color: Echo Blue. HEX triplet: 9B, AF and C8. RGB value is (155,175,200). Sum of RGB (Red+Green+Blue) = 155+175+200=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #9BAFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFC8 is #645037. Grayscale: #ABABAB. Windows color (decimal): -6574136 or 13152155. OLE color: 13152155.
HSL color Cylindrical-coordinate representation of color #9BAFC8: hue angle of 213.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAFC8 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 175 | 200 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.22 |
| HSL | 213.33º | 0.29% | 0.7% | - |
| HSV(B) | 213.33º | 0.23% | 0.78% | - |
| XYZ | 39.27 | 41.8 | 60.64 | - |
| YUV | 171.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 200 | 0.22 | 0.12 | 0 | 0.22 | 213.33 | 0.29 | 0.7 |
| Hex | 9B | AF | C8 | 16 | C | 0 | 16 | D5 | 1D | 46 |
| Octal | 233 | 257 | 310 | 26 | 14 | 0 | 26 | 325 | 35 | 106 |
| Binary | 10011011 | 10101111 | 11001000 | 10110 | 1100 | 0 | 10110 | 11010101 | 11101 | 1000110 |
Color Harmonies of #9BAFC8
Complementary color
Monochromatic Colors of #9BAFC8
Black with #9BAFC8
Text Example
Text Example
White with #9BAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFC8; }
p { color: rgb(155,175,200); }
H1.HeaderClassName
{
color: #9BAFC8;
}
.AnyTagClassName
{
color: #9BAFC8;
}
</style>
background-color css
<style>
a { background-color: #9BAFC8; }
a { background-color: rgb(155,175,200); }
div.DivClassName
{
background-color: #9BAFC8;
}
.BgClassName
{
background-color: #9BAFC8;
}
</style>
border-color css
<style>
span { border-color: #9BAFC8; }
span { border-color: rgb(155,175,200); }
td.TdClassName
{
border-color: #9BAFC8;
}
.TagClassName
{
border-color: #9BAFC8;
}
</style>