Shades of Echo Blue #99AFDB
Tints of Echo Blue #99AFDB
RGB
CMYK
RGB Variations
Color information
#99AFDB (or 0x99AFDB) is known color: Echo Blue. HEX triplet: 99, AF and DB. RGB value is (153,175,219). Sum of RGB (Red+Green+Blue) = 153+175+219=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #99AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFDB is #665024. Grayscale: #ADADAD. Windows color (decimal): -6705189 or 14397337. OLE color: 14397337.
HSL color Cylindrical-coordinate representation of color #99AFDB: hue angle of 220º degrees, saturation: 0.48, 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 #99AFDB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 175 | 219 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.14 |
| HSL | 220º | 0.48% | 0.73% | - |
| HSV(B) | 220º | 0.3% | 0.86% | - |
| XYZ | 41.25 | 42.55 | 73.06 | - |
| YUV | 173.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 219 | 0.30 | 0.20 | 0 | 0.14 | 220 | 0.48 | 0.73 |
| Hex | 99 | AF | DB | 1E | 14 | 0 | E | DC | 30 | 49 |
| Octal | 231 | 257 | 333 | 36 | 24 | 0 | 16 | 334 | 60 | 111 |
| Binary | 10011001 | 10101111 | 11011011 | 11110 | 10100 | 0 | 1110 | 11011100 | 110000 | 1001001 |
Color Harmonies of #99AFDB
Complementary color
Monochromatic Colors of #99AFDB
Black with #99AFDB
Text Example
Text Example
White with #99AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFDB; }
p { color: rgb(153,175,219); }
H1.HeaderClassName
{
color: #99AFDB;
}
.AnyTagClassName
{
color: #99AFDB;
}
</style>
background-color css
<style>
a { background-color: #99AFDB; }
a { background-color: rgb(153,175,219); }
div.DivClassName
{
background-color: #99AFDB;
}
.BgClassName
{
background-color: #99AFDB;
}
</style>
border-color css
<style>
span { border-color: #99AFDB; }
span { border-color: rgb(153,175,219); }
td.TdClassName
{
border-color: #99AFDB;
}
.TagClassName
{
border-color: #99AFDB;
}
</style>