Shades of Echo Blue #99B8D9
Tints of Echo Blue #99B8D9
RGB
CMYK
RGB Variations
Color information
#99B8D9 (or 0x99B8D9) is known color: Echo Blue. HEX triplet: 99, B8 and D9. RGB value is (153,184,217). Sum of RGB (Red+Green+Blue) = 153+184+217=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #99B8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B8D9 is #664726. Grayscale: #B2B2B2. Windows color (decimal): -6702887 or 14268569. OLE color: 14268569.
HSL color Cylindrical-coordinate representation of color #99B8D9: hue angle of 210.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99B8D9 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 184 | 217 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.15 |
| HSL | 210.94º | 0.46% | 0.73% | - |
| HSV(B) | 210.94º | 0.29% | 0.85% | - |
| XYZ | 42.8 | 46.06 | 72.28 | - |
| YUV | 178.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 217 | 0.29 | 0.15 | 0 | 0.15 | 210.94 | 0.46 | 0.73 |
| Hex | 99 | B8 | D9 | 1D | F | 0 | F | D3 | 2E | 49 |
| Octal | 231 | 270 | 331 | 35 | 17 | 0 | 17 | 323 | 56 | 111 |
| Binary | 10011001 | 10111000 | 11011001 | 11101 | 1111 | 0 | 1111 | 11010011 | 101110 | 1001001 |
Color Harmonies of #99B8D9
Complementary color
Monochromatic Colors of #99B8D9
Black with #99B8D9
Text Example
Text Example
White with #99B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B8D9; }
p { color: rgb(153,184,217); }
H1.HeaderClassName
{
color: #99B8D9;
}
.AnyTagClassName
{
color: #99B8D9;
}
</style>
background-color css
<style>
a { background-color: #99B8D9; }
a { background-color: rgb(153,184,217); }
div.DivClassName
{
background-color: #99B8D9;
}
.BgClassName
{
background-color: #99B8D9;
}
</style>
border-color css
<style>
span { border-color: #99B8D9; }
span { border-color: rgb(153,184,217); }
td.TdClassName
{
border-color: #99B8D9;
}
.TagClassName
{
border-color: #99B8D9;
}
</style>