Shades of Echo Blue #99A8CA
Tints of Echo Blue #99A8CA
RGB
CMYK
RGB Variations
Color information
#99A8CA (or 0x99A8CA) is known color: Echo Blue. HEX triplet: 99, A8 and CA. RGB value is (153,168,202). Sum of RGB (Red+Green+Blue) = 153+168+202=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #99A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8CA is #665735. Grayscale: #A7A7A7. Windows color (decimal): -6706998 or 13281433. OLE color: 13281433.
HSL color Cylindrical-coordinate representation of color #99A8CA: hue angle of 221.63º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99A8CA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 168 | 202 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.21 |
| HSL | 221.63º | 0.32% | 0.7% | - |
| HSV(B) | 221.63º | 0.24% | 0.79% | - |
| XYZ | 37.8 | 39.04 | 61.42 | - |
| YUV | 167.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 202 | 0.24 | 0.17 | 0 | 0.21 | 221.63 | 0.32 | 0.7 |
| Hex | 99 | A8 | CA | 18 | 11 | 0 | 15 | DE | 20 | 46 |
| Octal | 231 | 250 | 312 | 30 | 21 | 0 | 25 | 336 | 40 | 106 |
| Binary | 10011001 | 10101000 | 11001010 | 11000 | 10001 | 0 | 10101 | 11011110 | 100000 | 1000110 |
Color Harmonies of #99A8CA
Complementary color
Monochromatic Colors of #99A8CA
Black with #99A8CA
Text Example
Text Example
White with #99A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8CA; }
p { color: rgb(153,168,202); }
H1.HeaderClassName
{
color: #99A8CA;
}
.AnyTagClassName
{
color: #99A8CA;
}
</style>
background-color css
<style>
a { background-color: #99A8CA; }
a { background-color: rgb(153,168,202); }
div.DivClassName
{
background-color: #99A8CA;
}
.BgClassName
{
background-color: #99A8CA;
}
</style>
border-color css
<style>
span { border-color: #99A8CA; }
span { border-color: rgb(153,168,202); }
td.TdClassName
{
border-color: #99A8CA;
}
.TagClassName
{
border-color: #99A8CA;
}
</style>