Shades of Echo Blue #99B5DB
Tints of Echo Blue #99B5DB
RGB
CMYK
RGB Variations
Color information
#99B5DB (or 0x99B5DB) is known color: Echo Blue. HEX triplet: 99, B5 and DB. RGB value is (153,181,219). Sum of RGB (Red+Green+Blue) = 153+181+219=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #99B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5DB is #664A24. Grayscale: #B0B0B0. Windows color (decimal): -6703653 or 14398873. OLE color: 14398873.
HSL color Cylindrical-coordinate representation of color #99B5DB: hue angle of 214.55º degrees, saturation: 0.48, 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 #99B5DB is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 181 | 219 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.14 |
| HSL | 214.55º | 0.48% | 0.73% | - |
| HSV(B) | 214.55º | 0.3% | 0.86% | - |
| XYZ | 42.45 | 44.93 | 73.45 | - |
| YUV | 176.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 219 | 0.30 | 0.17 | 0 | 0.14 | 214.55 | 0.48 | 0.73 |
| Hex | 99 | B5 | DB | 1E | 11 | 0 | E | D7 | 30 | 49 |
| Octal | 231 | 265 | 333 | 36 | 21 | 0 | 16 | 327 | 60 | 111 |
| Binary | 10011001 | 10110101 | 11011011 | 11110 | 10001 | 0 | 1110 | 11010111 | 110000 | 1001001 |
Color Harmonies of #99B5DB
Complementary color
Monochromatic Colors of #99B5DB
Black with #99B5DB
Text Example
Text Example
White with #99B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B5DB; }
p { color: rgb(153,181,219); }
H1.HeaderClassName
{
color: #99B5DB;
}
.AnyTagClassName
{
color: #99B5DB;
}
</style>
background-color css
<style>
a { background-color: #99B5DB; }
a { background-color: rgb(153,181,219); }
div.DivClassName
{
background-color: #99B5DB;
}
.BgClassName
{
background-color: #99B5DB;
}
</style>
border-color css
<style>
span { border-color: #99B5DB; }
span { border-color: rgb(153,181,219); }
td.TdClassName
{
border-color: #99B5DB;
}
.TagClassName
{
border-color: #99B5DB;
}
</style>