Shades of Echo Blue #99B1DD
Tints of Echo Blue #99B1DD
RGB
CMYK
RGB Variations
Color information
#99B1DD (or 0x99B1DD) is known color: Echo Blue. HEX triplet: 99, B1 and DD. RGB value is (153,177,221). Sum of RGB (Red+Green+Blue) = 153+177+221=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #99B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1DD is #664E22. Grayscale: #AEAEAE. Windows color (decimal): -6704675 or 14528921. OLE color: 14528921.
HSL color Cylindrical-coordinate representation of color #99B1DD: hue angle of 218.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B1DD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 177 | 221 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.13 |
| HSL | 218.82º | 0.5% | 0.73% | - |
| HSV(B) | 218.82º | 0.31% | 0.87% | - |
| XYZ | 41.91 | 43.44 | 74.58 | - |
| YUV | 174.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 221 | 0.31 | 0.20 | 0 | 0.13 | 218.82 | 0.5 | 0.73 |
| Hex | 99 | B1 | DD | 1F | 14 | 0 | D | DB | 32 | 49 |
| Octal | 231 | 261 | 335 | 37 | 24 | 0 | 15 | 333 | 62 | 111 |
| Binary | 10011001 | 10110001 | 11011101 | 11111 | 10100 | 0 | 1101 | 11011011 | 110010 | 1001001 |
Color Harmonies of #99B1DD
Complementary color
Monochromatic Colors of #99B1DD
Black with #99B1DD
Text Example
Text Example
White with #99B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B1DD; }
p { color: rgb(153,177,221); }
H1.HeaderClassName
{
color: #99B1DD;
}
.AnyTagClassName
{
color: #99B1DD;
}
</style>
background-color css
<style>
a { background-color: #99B1DD; }
a { background-color: rgb(153,177,221); }
div.DivClassName
{
background-color: #99B1DD;
}
.BgClassName
{
background-color: #99B1DD;
}
</style>
border-color css
<style>
span { border-color: #99B1DD; }
span { border-color: rgb(153,177,221); }
td.TdClassName
{
border-color: #99B1DD;
}
.TagClassName
{
border-color: #99B1DD;
}
</style>