Shades of Echo Blue #99AFDC
Tints of Echo Blue #99AFDC
RGB
CMYK
RGB Variations
Color information
#99AFDC (or 0x99AFDC) is known color: Echo Blue. HEX triplet: 99, AF and DC. RGB value is (153,175,220). Sum of RGB (Red+Green+Blue) = 153+175+220=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #99AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFDC is #665023. Grayscale: #ADADAD. Windows color (decimal): -6705188 or 14462873. OLE color: 14462873.
HSL color Cylindrical-coordinate representation of color #99AFDC: hue angle of 220.3º degrees, saturation: 0.49, 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 #99AFDC is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 175 | 220 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.14 |
| HSL | 220.3º | 0.49% | 0.73% | - |
| HSV(B) | 220.3º | 0.3% | 0.86% | - |
| XYZ | 41.39 | 42.6 | 73.75 | - |
| YUV | 173.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 220 | 0.30 | 0.20 | 0 | 0.14 | 220.3 | 0.49 | 0.73 |
| Hex | 99 | AF | DC | 1E | 14 | 0 | E | DC | 31 | 49 |
| Octal | 231 | 257 | 334 | 36 | 24 | 0 | 16 | 334 | 61 | 111 |
| Binary | 10011001 | 10101111 | 11011100 | 11110 | 10100 | 0 | 1110 | 11011100 | 110001 | 1001001 |
Color Harmonies of #99AFDC
Complementary color
Monochromatic Colors of #99AFDC
Black with #99AFDC
Text Example
Text Example
White with #99AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFDC; }
p { color: rgb(153,175,220); }
H1.HeaderClassName
{
color: #99AFDC;
}
.AnyTagClassName
{
color: #99AFDC;
}
</style>
background-color css
<style>
a { background-color: #99AFDC; }
a { background-color: rgb(153,175,220); }
div.DivClassName
{
background-color: #99AFDC;
}
.BgClassName
{
background-color: #99AFDC;
}
</style>
border-color css
<style>
span { border-color: #99AFDC; }
span { border-color: rgb(153,175,220); }
td.TdClassName
{
border-color: #99AFDC;
}
.TagClassName
{
border-color: #99AFDC;
}
</style>