Shades of Echo Blue #99B6DC
Tints of Echo Blue #99B6DC
RGB
CMYK
RGB Variations
Color information
#99B6DC (or 0x99B6DC) is known color: Echo Blue. HEX triplet: 99, B6 and DC. RGB value is (153,182,220). Sum of RGB (Red+Green+Blue) = 153+182+220=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #99B6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B6DC is #664923. Grayscale: #B1B1B1. Windows color (decimal): -6703396 or 14464665. OLE color: 14464665.
HSL color Cylindrical-coordinate representation of color #99B6DC: hue angle of 214.03º 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 #99B6DC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 182 | 220 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.14 |
| HSL | 214.03º | 0.49% | 0.73% | - |
| HSV(B) | 214.03º | 0.3% | 0.86% | - |
| XYZ | 42.78 | 45.4 | 74.22 | - |
| YUV | 177.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 182 | 220 | 0.30 | 0.17 | 0 | 0.14 | 214.03 | 0.49 | 0.73 |
| Hex | 99 | B6 | DC | 1E | 11 | 0 | E | D6 | 31 | 49 |
| Octal | 231 | 266 | 334 | 36 | 21 | 0 | 16 | 326 | 61 | 111 |
| Binary | 10011001 | 10110110 | 11011100 | 11110 | 10001 | 0 | 1110 | 11010110 | 110001 | 1001001 |
Color Harmonies of #99B6DC
Complementary color
Monochromatic Colors of #99B6DC
Black with #99B6DC
Text Example
Text Example
White with #99B6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B6DC; }
p { color: rgb(153,182,220); }
H1.HeaderClassName
{
color: #99B6DC;
}
.AnyTagClassName
{
color: #99B6DC;
}
</style>
background-color css
<style>
a { background-color: #99B6DC; }
a { background-color: rgb(153,182,220); }
div.DivClassName
{
background-color: #99B6DC;
}
.BgClassName
{
background-color: #99B6DC;
}
</style>
border-color css
<style>
span { border-color: #99B6DC; }
span { border-color: rgb(153,182,220); }
td.TdClassName
{
border-color: #99B6DC;
}
.TagClassName
{
border-color: #99B6DC;
}
</style>