Shades of Echo Blue #99ADCB
Tints of Echo Blue #99ADCB
RGB
CMYK
RGB Variations
Color information
#99ADCB (or 0x99ADCB) is known color: Echo Blue. HEX triplet: 99, AD and CB. RGB value is (153,173,203). Sum of RGB (Red+Green+Blue) = 153+173+203=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #99ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADCB is #665234. Grayscale: #AAAAAA. Windows color (decimal): -6705717 or 13348249. OLE color: 13348249.
HSL color Cylindrical-coordinate representation of color #99ADCB: hue angle of 216º 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 #99ADCB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 173 | 203 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.20 |
| HSL | 216º | 0.32% | 0.7% | - |
| HSV(B) | 216º | 0.25% | 0.8% | - |
| XYZ | 38.86 | 40.97 | 62.36 | - |
| YUV | 170.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 203 | 0.25 | 0.15 | 0 | 0.20 | 216 | 0.32 | 0.7 |
| Hex | 99 | AD | CB | 19 | F | 0 | 14 | D8 | 20 | 46 |
| Octal | 231 | 255 | 313 | 31 | 17 | 0 | 24 | 330 | 40 | 106 |
| Binary | 10011001 | 10101101 | 11001011 | 11001 | 1111 | 0 | 10100 | 11011000 | 100000 | 1000110 |
Color Harmonies of #99ADCB
Complementary color
Monochromatic Colors of #99ADCB
Black with #99ADCB
Text Example
Text Example
White with #99ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADCB; }
p { color: rgb(153,173,203); }
H1.HeaderClassName
{
color: #99ADCB;
}
.AnyTagClassName
{
color: #99ADCB;
}
</style>
background-color css
<style>
a { background-color: #99ADCB; }
a { background-color: rgb(153,173,203); }
div.DivClassName
{
background-color: #99ADCB;
}
.BgClassName
{
background-color: #99ADCB;
}
</style>
border-color css
<style>
span { border-color: #99ADCB; }
span { border-color: rgb(153,173,203); }
td.TdClassName
{
border-color: #99ADCB;
}
.TagClassName
{
border-color: #99ADCB;
}
</style>