Shades of Echo Blue #99B5DF
Tints of Echo Blue #99B5DF
RGB
CMYK
RGB Variations
Color information
#99B5DF (or 0x99B5DF) is known color: Echo Blue. HEX triplet: 99, B5 and DF. RGB value is (153,181,223). Sum of RGB (Red+Green+Blue) = 153+181+223=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #99B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5DF is #664A20. Grayscale: #B1B1B1. Windows color (decimal): -6703649 or 14661017. OLE color: 14661017.
HSL color Cylindrical-coordinate representation of color #99B5DF: hue angle of 216º 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 #99B5DF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 181 | 223 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.13 |
| HSL | 216º | 0.52% | 0.74% | - |
| HSV(B) | 216º | 0.31% | 0.87% | - |
| XYZ | 42.98 | 45.15 | 76.26 | - |
| YUV | 177.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 223 | 0.31 | 0.19 | 0 | 0.13 | 216 | 0.52 | 0.74 |
| Hex | 99 | B5 | DF | 1F | 13 | 0 | D | D8 | 34 | 4A |
| Octal | 231 | 265 | 337 | 37 | 23 | 0 | 15 | 330 | 64 | 112 |
| Binary | 10011001 | 10110101 | 11011111 | 11111 | 10011 | 0 | 1101 | 11011000 | 110100 | 1001010 |
Color Harmonies of #99B5DF
Complementary color
Monochromatic Colors of #99B5DF
Black with #99B5DF
Text Example
Text Example
White with #99B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B5DF; }
p { color: rgb(153,181,223); }
H1.HeaderClassName
{
color: #99B5DF;
}
.AnyTagClassName
{
color: #99B5DF;
}
</style>
background-color css
<style>
a { background-color: #99B5DF; }
a { background-color: rgb(153,181,223); }
div.DivClassName
{
background-color: #99B5DF;
}
.BgClassName
{
background-color: #99B5DF;
}
</style>
border-color css
<style>
span { border-color: #99B5DF; }
span { border-color: rgb(153,181,223); }
td.TdClassName
{
border-color: #99B5DF;
}
.TagClassName
{
border-color: #99B5DF;
}
</style>