Shades of Echo Blue #99ABCB
Tints of Echo Blue #99ABCB
RGB
CMYK
RGB Variations
Color information
#99ABCB (or 0x99ABCB) is known color: Echo Blue. HEX triplet: 99, AB and CB. RGB value is (153,171,203). Sum of RGB (Red+Green+Blue) = 153+171+203=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #99ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABCB is #665434. Grayscale: #A9A9A9. Windows color (decimal): -6706229 or 13347737. OLE color: 13347737.
HSL color Cylindrical-coordinate representation of color #99ABCB: hue angle of 218.4º 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 #99ABCB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 171 | 203 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.20 |
| HSL | 218.4º | 0.32% | 0.7% | - |
| HSV(B) | 218.4º | 0.25% | 0.8% | - |
| XYZ | 38.48 | 40.21 | 62.23 | - |
| YUV | 169.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 203 | 0.25 | 0.16 | 0 | 0.20 | 218.4 | 0.32 | 0.7 |
| Hex | 99 | AB | CB | 19 | 10 | 0 | 14 | DA | 20 | 46 |
| Octal | 231 | 253 | 313 | 31 | 20 | 0 | 24 | 332 | 40 | 106 |
| Binary | 10011001 | 10101011 | 11001011 | 11001 | 10000 | 0 | 10100 | 11011010 | 100000 | 1000110 |
Color Harmonies of #99ABCB
Complementary color
Monochromatic Colors of #99ABCB
Black with #99ABCB
Text Example
Text Example
White with #99ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABCB; }
p { color: rgb(153,171,203); }
H1.HeaderClassName
{
color: #99ABCB;
}
.AnyTagClassName
{
color: #99ABCB;
}
</style>
background-color css
<style>
a { background-color: #99ABCB; }
a { background-color: rgb(153,171,203); }
div.DivClassName
{
background-color: #99ABCB;
}
.BgClassName
{
background-color: #99ABCB;
}
</style>
border-color css
<style>
span { border-color: #99ABCB; }
span { border-color: rgb(153,171,203); }
td.TdClassName
{
border-color: #99ABCB;
}
.TagClassName
{
border-color: #99ABCB;
}
</style>