Shades of Echo Blue #99AFDA
Tints of Echo Blue #99AFDA
RGB
CMYK
RGB Variations
Color information
#99AFDA (or 0x99AFDA) is known color: Echo Blue. HEX triplet: 99, AF and DA. RGB value is (153,175,218). Sum of RGB (Red+Green+Blue) = 153+175+218=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #99AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFDA is #665025. Grayscale: #ADADAD. Windows color (decimal): -6705190 or 14331801. OLE color: 14331801.
HSL color Cylindrical-coordinate representation of color #99AFDA: hue angle of 219.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99AFDA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 175 | 218 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.15 |
| HSL | 219.69º | 0.47% | 0.73% | - |
| HSV(B) | 219.69º | 0.3% | 0.85% | - |
| XYZ | 41.12 | 42.49 | 72.36 | - |
| YUV | 173.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 218 | 0.30 | 0.20 | 0 | 0.15 | 219.69 | 0.47 | 0.73 |
| Hex | 99 | AF | DA | 1E | 14 | 0 | F | DC | 2F | 49 |
| Octal | 231 | 257 | 332 | 36 | 24 | 0 | 17 | 334 | 57 | 111 |
| Binary | 10011001 | 10101111 | 11011010 | 11110 | 10100 | 0 | 1111 | 11011100 | 101111 | 1001001 |
Color Harmonies of #99AFDA
Complementary color
Monochromatic Colors of #99AFDA
Black with #99AFDA
Text Example
Text Example
White with #99AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFDA; }
p { color: rgb(153,175,218); }
H1.HeaderClassName
{
color: #99AFDA;
}
.AnyTagClassName
{
color: #99AFDA;
}
</style>
background-color css
<style>
a { background-color: #99AFDA; }
a { background-color: rgb(153,175,218); }
div.DivClassName
{
background-color: #99AFDA;
}
.BgClassName
{
background-color: #99AFDA;
}
</style>
border-color css
<style>
span { border-color: #99AFDA; }
span { border-color: rgb(153,175,218); }
td.TdClassName
{
border-color: #99AFDA;
}
.TagClassName
{
border-color: #99AFDA;
}
</style>