Shades of Echo Blue #99B7DC
Tints of Echo Blue #99B7DC
RGB
CMYK
RGB Variations
Color information
#99B7DC (or 0x99B7DC) is known color: Echo Blue. HEX triplet: 99, B7 and DC. RGB value is (153,183,220). Sum of RGB (Red+Green+Blue) = 153+183+220=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #99B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B7DC is #664823. Grayscale: #B2B2B2. Windows color (decimal): -6703140 or 14464921. OLE color: 14464921.
HSL color Cylindrical-coordinate representation of color #99B7DC: hue angle of 213.13º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99B7DC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 183 | 220 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.14 |
| HSL | 213.13º | 0.49% | 0.73% | - |
| HSV(B) | 213.13º | 0.3% | 0.86% | - |
| XYZ | 42.99 | 45.81 | 74.29 | - |
| YUV | 178.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 220 | 0.30 | 0.17 | 0 | 0.14 | 213.13 | 0.49 | 0.73 |
| Hex | 99 | B7 | DC | 1E | 11 | 0 | E | D5 | 31 | 49 |
| Octal | 231 | 267 | 334 | 36 | 21 | 0 | 16 | 325 | 61 | 111 |
| Binary | 10011001 | 10110111 | 11011100 | 11110 | 10001 | 0 | 1110 | 11010101 | 110001 | 1001001 |
Color Harmonies of #99B7DC
Complementary color
Monochromatic Colors of #99B7DC
Black with #99B7DC
Text Example
Text Example
White with #99B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7DC; }
p { color: rgb(153,183,220); }
H1.HeaderClassName
{
color: #99B7DC;
}
.AnyTagClassName
{
color: #99B7DC;
}
</style>
background-color css
<style>
a { background-color: #99B7DC; }
a { background-color: rgb(153,183,220); }
div.DivClassName
{
background-color: #99B7DC;
}
.BgClassName
{
background-color: #99B7DC;
}
</style>
border-color css
<style>
span { border-color: #99B7DC; }
span { border-color: rgb(153,183,220); }
td.TdClassName
{
border-color: #99B7DC;
}
.TagClassName
{
border-color: #99B7DC;
}
</style>