Shades of Echo Blue #9AADC8
Tints of Echo Blue #9AADC8
RGB
CMYK
RGB Variations
Color information
#9AADC8 (or 0x9AADC8) is known color: Echo Blue. HEX triplet: 9A, AD and C8. RGB value is (154,173,200). Sum of RGB (Red+Green+Blue) = 154+173+200=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #9AADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADC8 is #655237. Grayscale: #AAAAAA. Windows color (decimal): -6640184 or 13151642. OLE color: 13151642.
HSL color Cylindrical-coordinate representation of color #9AADC8: hue angle of 215.22º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AADC8 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 173 | 200 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.22 |
| HSL | 215.22º | 0.29% | 0.69% | - |
| HSV(B) | 215.22º | 0.23% | 0.78% | - |
| XYZ | 38.7 | 40.93 | 60.5 | - |
| YUV | 170.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 200 | 0.23 | 0.14 | 0 | 0.22 | 215.22 | 0.29 | 0.69 |
| Hex | 9A | AD | C8 | 17 | E | 0 | 16 | D7 | 1D | 45 |
| Octal | 232 | 255 | 310 | 27 | 16 | 0 | 26 | 327 | 35 | 105 |
| Binary | 10011010 | 10101101 | 11001000 | 10111 | 1110 | 0 | 10110 | 11010111 | 11101 | 1000101 |
Color Harmonies of #9AADC8
Complementary color
Monochromatic Colors of #9AADC8
Black with #9AADC8
Text Example
Text Example
White with #9AADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADC8; }
p { color: rgb(154,173,200); }
H1.HeaderClassName
{
color: #9AADC8;
}
.AnyTagClassName
{
color: #9AADC8;
}
</style>
background-color css
<style>
a { background-color: #9AADC8; }
a { background-color: rgb(154,173,200); }
div.DivClassName
{
background-color: #9AADC8;
}
.BgClassName
{
background-color: #9AADC8;
}
</style>
border-color css
<style>
span { border-color: #9AADC8; }
span { border-color: rgb(154,173,200); }
td.TdClassName
{
border-color: #9AADC8;
}
.TagClassName
{
border-color: #9AADC8;
}
</style>