Shades of Echo Blue #99A8DF
Tints of Echo Blue #99A8DF
RGB
CMYK
RGB Variations
Color information
#99A8DF (or 0x99A8DF) is known color: Echo Blue. HEX triplet: 99, A8 and DF. RGB value is (153,168,223). Sum of RGB (Red+Green+Blue) = 153+168+223=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #99A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8DF is #665720. Grayscale: #A9A9A9. Windows color (decimal): -6706977 or 14657689. OLE color: 14657689.
HSL color Cylindrical-coordinate representation of color #99A8DF: hue angle of 227.14º 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 #99A8DF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 168 | 223 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.13 |
| HSL | 227.14º | 0.52% | 0.74% | - |
| HSV(B) | 227.14º | 0.31% | 0.87% | - |
| XYZ | 40.46 | 40.11 | 75.42 | - |
| YUV | 169.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 223 | 0.31 | 0.25 | 0 | 0.13 | 227.14 | 0.52 | 0.74 |
| Hex | 99 | A8 | DF | 1F | 19 | 0 | D | E3 | 34 | 4A |
| Octal | 231 | 250 | 337 | 37 | 31 | 0 | 15 | 343 | 64 | 112 |
| Binary | 10011001 | 10101000 | 11011111 | 11111 | 11001 | 0 | 1101 | 11100011 | 110100 | 1001010 |
Color Harmonies of #99A8DF
Complementary color
Monochromatic Colors of #99A8DF
Black with #99A8DF
Text Example
Text Example
White with #99A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8DF; }
p { color: rgb(153,168,223); }
H1.HeaderClassName
{
color: #99A8DF;
}
.AnyTagClassName
{
color: #99A8DF;
}
</style>
background-color css
<style>
a { background-color: #99A8DF; }
a { background-color: rgb(153,168,223); }
div.DivClassName
{
background-color: #99A8DF;
}
.BgClassName
{
background-color: #99A8DF;
}
</style>
border-color css
<style>
span { border-color: #99A8DF; }
span { border-color: rgb(153,168,223); }
td.TdClassName
{
border-color: #99A8DF;
}
.TagClassName
{
border-color: #99A8DF;
}
</style>