Shades of Echo Blue #99A5CB
Tints of Echo Blue #99A5CB
RGB
CMYK
RGB Variations
Color information
#99A5CB (or 0x99A5CB) is known color: Echo Blue. HEX triplet: 99, A5 and CB. RGB value is (153,165,203). Sum of RGB (Red+Green+Blue) = 153+165+203=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #99A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5CB is #665A34. Grayscale: #A5A5A5. Windows color (decimal): -6707765 or 13346201. OLE color: 13346201.
HSL color Cylindrical-coordinate representation of color #99A5CB: hue angle of 225.6º 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 #99A5CB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 165 | 203 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.20 |
| HSL | 225.6º | 0.32% | 0.7% | - |
| HSV(B) | 225.6º | 0.25% | 0.8% | - |
| XYZ | 37.37 | 37.99 | 61.86 | - |
| YUV | 165.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 203 | 0.25 | 0.19 | 0 | 0.20 | 225.6 | 0.32 | 0.7 |
| Hex | 99 | A5 | CB | 19 | 13 | 0 | 14 | E2 | 20 | 46 |
| Octal | 231 | 245 | 313 | 31 | 23 | 0 | 24 | 342 | 40 | 106 |
| Binary | 10011001 | 10100101 | 11001011 | 11001 | 10011 | 0 | 10100 | 11100010 | 100000 | 1000110 |
Color Harmonies of #99A5CB
Complementary color
Monochromatic Colors of #99A5CB
Black with #99A5CB
Text Example
Text Example
White with #99A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5CB; }
p { color: rgb(153,165,203); }
H1.HeaderClassName
{
color: #99A5CB;
}
.AnyTagClassName
{
color: #99A5CB;
}
</style>
background-color css
<style>
a { background-color: #99A5CB; }
a { background-color: rgb(153,165,203); }
div.DivClassName
{
background-color: #99A5CB;
}
.BgClassName
{
background-color: #99A5CB;
}
</style>
border-color css
<style>
span { border-color: #99A5CB; }
span { border-color: rgb(153,165,203); }
td.TdClassName
{
border-color: #99A5CB;
}
.TagClassName
{
border-color: #99A5CB;
}
</style>