Shades of Echo Blue #9BACDA
Tints of Echo Blue #9BACDA
RGB
CMYK
RGB Variations
Color information
#9BACDA (or 0x9BACDA) is known color: Echo Blue. HEX triplet: 9B, AC and DA. RGB value is (155,172,218). Sum of RGB (Red+Green+Blue) = 155+172+218=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACDA is #645325. Grayscale: #ABABAB. Windows color (decimal): -6574886 or 14331035. OLE color: 14331035.
HSL color Cylindrical-coordinate representation of color #9BACDA: hue angle of 223.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BACDA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 172 | 218 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.15 |
| HSL | 223.81º | 0.46% | 0.73% | - |
| HSV(B) | 223.81º | 0.29% | 0.85% | - |
| XYZ | 40.92 | 41.54 | 72.19 | - |
| YUV | 172.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 218 | 0.29 | 0.21 | 0 | 0.15 | 223.81 | 0.46 | 0.73 |
| Hex | 9B | AC | DA | 1D | 15 | 0 | F | E0 | 2E | 49 |
| Octal | 233 | 254 | 332 | 35 | 25 | 0 | 17 | 340 | 56 | 111 |
| Binary | 10011011 | 10101100 | 11011010 | 11101 | 10101 | 0 | 1111 | 11100000 | 101110 | 1001001 |
Color Harmonies of #9BACDA
Complementary color
Monochromatic Colors of #9BACDA
Black with #9BACDA
Text Example
Text Example
White with #9BACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACDA; }
p { color: rgb(155,172,218); }
H1.HeaderClassName
{
color: #9BACDA;
}
.AnyTagClassName
{
color: #9BACDA;
}
</style>
background-color css
<style>
a { background-color: #9BACDA; }
a { background-color: rgb(155,172,218); }
div.DivClassName
{
background-color: #9BACDA;
}
.BgClassName
{
background-color: #9BACDA;
}
</style>
border-color css
<style>
span { border-color: #9BACDA; }
span { border-color: rgb(155,172,218); }
td.TdClassName
{
border-color: #9BACDA;
}
.TagClassName
{
border-color: #9BACDA;
}
</style>