Shades of Echo Blue #99A3CB
Tints of Echo Blue #99A3CB
RGB
CMYK
RGB Variations
Color information
#99A3CB (or 0x99A3CB) is known color: Echo Blue. HEX triplet: 99, A3 and CB. RGB value is (153,163,203). Sum of RGB (Red+Green+Blue) = 153+163+203=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #99A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3CB is #665C34. Grayscale: #A4A4A4. Windows color (decimal): -6708277 or 13345689. OLE color: 13345689.
HSL color Cylindrical-coordinate representation of color #99A3CB: hue angle of 228º 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 #99A3CB is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 163 | 203 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.20 |
| HSL | 228º | 0.32% | 0.7% | - |
| HSV(B) | 228º | 0.25% | 0.8% | - |
| XYZ | 37.01 | 37.28 | 61.74 | - |
| YUV | 164.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 203 | 0.25 | 0.20 | 0 | 0.20 | 228 | 0.32 | 0.7 |
| Hex | 99 | A3 | CB | 19 | 14 | 0 | 14 | E4 | 20 | 46 |
| Octal | 231 | 243 | 313 | 31 | 24 | 0 | 24 | 344 | 40 | 106 |
| Binary | 10011001 | 10100011 | 11001011 | 11001 | 10100 | 0 | 10100 | 11100100 | 100000 | 1000110 |
Color Harmonies of #99A3CB
Complementary color
Monochromatic Colors of #99A3CB
Black with #99A3CB
Text Example
Text Example
White with #99A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3CB; }
p { color: rgb(153,163,203); }
H1.HeaderClassName
{
color: #99A3CB;
}
.AnyTagClassName
{
color: #99A3CB;
}
</style>
background-color css
<style>
a { background-color: #99A3CB; }
a { background-color: rgb(153,163,203); }
div.DivClassName
{
background-color: #99A3CB;
}
.BgClassName
{
background-color: #99A3CB;
}
</style>
border-color css
<style>
span { border-color: #99A3CB; }
span { border-color: rgb(153,163,203); }
td.TdClassName
{
border-color: #99A3CB;
}
.TagClassName
{
border-color: #99A3CB;
}
</style>