Shades of Echo Blue #99A9CB
Tints of Echo Blue #99A9CB
RGB
CMYK
RGB Variations
Color information
#99A9CB (or 0x99A9CB) is known color: Echo Blue. HEX triplet: 99, A9 and CB. RGB value is (153,169,203). Sum of RGB (Red+Green+Blue) = 153+169+203=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #99A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9CB is #665634. Grayscale: #A7A7A7. Windows color (decimal): -6706741 or 13347225. OLE color: 13347225.
HSL color Cylindrical-coordinate representation of color #99A9CB: hue angle of 220.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A9CB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 169 | 203 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.20 |
| HSL | 220.8º | 0.32% | 0.7% | - |
| HSV(B) | 220.8º | 0.25% | 0.8% | - |
| XYZ | 38.1 | 39.46 | 62.11 | - |
| YUV | 168.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 203 | 0.25 | 0.17 | 0 | 0.20 | 220.8 | 0.32 | 0.7 |
| Hex | 99 | A9 | CB | 19 | 11 | 0 | 14 | DD | 20 | 46 |
| Octal | 231 | 251 | 313 | 31 | 21 | 0 | 24 | 335 | 40 | 106 |
| Binary | 10011001 | 10101001 | 11001011 | 11001 | 10001 | 0 | 10100 | 11011101 | 100000 | 1000110 |
Color Harmonies of #99A9CB
Complementary color
Monochromatic Colors of #99A9CB
Black with #99A9CB
Text Example
Text Example
White with #99A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A9CB; }
p { color: rgb(153,169,203); }
H1.HeaderClassName
{
color: #99A9CB;
}
.AnyTagClassName
{
color: #99A9CB;
}
</style>
background-color css
<style>
a { background-color: #99A9CB; }
a { background-color: rgb(153,169,203); }
div.DivClassName
{
background-color: #99A9CB;
}
.BgClassName
{
background-color: #99A9CB;
}
</style>
border-color css
<style>
span { border-color: #99A9CB; }
span { border-color: rgb(153,169,203); }
td.TdClassName
{
border-color: #99A9CB;
}
.TagClassName
{
border-color: #99A9CB;
}
</style>