Shades of Echo Blue #99B7DF
Tints of Echo Blue #99B7DF
RGB
CMYK
RGB Variations
Color information
#99B7DF (or 0x99B7DF) is known color: Echo Blue. HEX triplet: 99, B7 and DF. RGB value is (153,183,223). Sum of RGB (Red+Green+Blue) = 153+183+223=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #99B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B7DF is #664820. Grayscale: #B2B2B2. Windows color (decimal): -6703137 or 14661529. OLE color: 14661529.
HSL color Cylindrical-coordinate representation of color #99B7DF: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B7DF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 183 | 223 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.13 |
| HSL | 214.29º | 0.52% | 0.74% | - |
| HSV(B) | 214.29º | 0.31% | 0.87% | - |
| XYZ | 43.39 | 45.97 | 76.4 | - |
| YUV | 178.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 223 | 0.31 | 0.18 | 0 | 0.13 | 214.29 | 0.52 | 0.74 |
| Hex | 99 | B7 | DF | 1F | 12 | 0 | D | D6 | 34 | 4A |
| Octal | 231 | 267 | 337 | 37 | 22 | 0 | 15 | 326 | 64 | 112 |
| Binary | 10011001 | 10110111 | 11011111 | 11111 | 10010 | 0 | 1101 | 11010110 | 110100 | 1001010 |
Color Harmonies of #99B7DF
Complementary color
Monochromatic Colors of #99B7DF
Black with #99B7DF
Text Example
Text Example
White with #99B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7DF; }
p { color: rgb(153,183,223); }
H1.HeaderClassName
{
color: #99B7DF;
}
.AnyTagClassName
{
color: #99B7DF;
}
</style>
background-color css
<style>
a { background-color: #99B7DF; }
a { background-color: rgb(153,183,223); }
div.DivClassName
{
background-color: #99B7DF;
}
.BgClassName
{
background-color: #99B7DF;
}
</style>
border-color css
<style>
span { border-color: #99B7DF; }
span { border-color: rgb(153,183,223); }
td.TdClassName
{
border-color: #99B7DF;
}
.TagClassName
{
border-color: #99B7DF;
}
</style>