Shades of Echo Blue #99B0DC
Tints of Echo Blue #99B0DC
RGB
CMYK
RGB Variations
Color information
#99B0DC (or 0x99B0DC) is known color: Echo Blue. HEX triplet: 99, B0 and DC. RGB value is (153,176,220). Sum of RGB (Red+Green+Blue) = 153+176+220=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #99B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0DC is #664F23. Grayscale: #ADADAD. Windows color (decimal): -6704932 or 14463129. OLE color: 14463129.
HSL color Cylindrical-coordinate representation of color #99B0DC: hue angle of 219.4º 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 #99B0DC is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 176 | 220 | - |
| CMYK | 0.30 | 0.2 | 0 | 0.14 |
| HSL | 219.4º | 0.49% | 0.73% | - |
| HSV(B) | 219.4º | 0.3% | 0.86% | - |
| XYZ | 41.58 | 42.99 | 73.82 | - |
| YUV | 174.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 220 | 0.30 | 0.2 | 0 | 0.14 | 219.4 | 0.49 | 0.73 |
| Hex | 99 | B0 | DC | 1E | 14 | 0 | E | DB | 31 | 49 |
| Octal | 231 | 260 | 334 | 36 | 24 | 0 | 16 | 333 | 61 | 111 |
| Binary | 10011001 | 10110000 | 11011100 | 11110 | 10100 | 0 | 1110 | 11011011 | 110001 | 1001001 |
Color Harmonies of #99B0DC
Complementary color
Monochromatic Colors of #99B0DC
Black with #99B0DC
Text Example
Text Example
White with #99B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0DC; }
p { color: rgb(153,176,220); }
H1.HeaderClassName
{
color: #99B0DC;
}
.AnyTagClassName
{
color: #99B0DC;
}
</style>
background-color css
<style>
a { background-color: #99B0DC; }
a { background-color: rgb(153,176,220); }
div.DivClassName
{
background-color: #99B0DC;
}
.BgClassName
{
background-color: #99B0DC;
}
</style>
border-color css
<style>
span { border-color: #99B0DC; }
span { border-color: rgb(153,176,220); }
td.TdClassName
{
border-color: #99B0DC;
}
.TagClassName
{
border-color: #99B0DC;
}
</style>