Shades of Echo Blue #99AFCF
Tints of Echo Blue #99AFCF
RGB
CMYK
RGB Variations
Color information
#99AFCF (or 0x99AFCF) is known color: Echo Blue. HEX triplet: 99, AF and CF. RGB value is (153,175,207). Sum of RGB (Red+Green+Blue) = 153+175+207=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #99AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFCF is #665030. Grayscale: #ABABAB. Windows color (decimal): -6705201 or 13610905. OLE color: 13610905.
HSL color Cylindrical-coordinate representation of color #99AFCF: hue angle of 215.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99AFCF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 175 | 207 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.19 |
| HSL | 215.56º | 0.36% | 0.71% | - |
| HSV(B) | 215.56º | 0.26% | 0.81% | - |
| XYZ | 39.73 | 41.94 | 65.03 | - |
| YUV | 172.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 207 | 0.26 | 0.15 | 0 | 0.19 | 215.56 | 0.36 | 0.71 |
| Hex | 99 | AF | CF | 1A | F | 0 | 13 | D8 | 24 | 47 |
| Octal | 231 | 257 | 317 | 32 | 17 | 0 | 23 | 330 | 44 | 107 |
| Binary | 10011001 | 10101111 | 11001111 | 11010 | 1111 | 0 | 10011 | 11011000 | 100100 | 1000111 |
Color Harmonies of #99AFCF
Complementary color
Monochromatic Colors of #99AFCF
Black with #99AFCF
Text Example
Text Example
White with #99AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFCF; }
p { color: rgb(153,175,207); }
H1.HeaderClassName
{
color: #99AFCF;
}
.AnyTagClassName
{
color: #99AFCF;
}
</style>
background-color css
<style>
a { background-color: #99AFCF; }
a { background-color: rgb(153,175,207); }
div.DivClassName
{
background-color: #99AFCF;
}
.BgClassName
{
background-color: #99AFCF;
}
</style>
border-color css
<style>
span { border-color: #99AFCF; }
span { border-color: rgb(153,175,207); }
td.TdClassName
{
border-color: #99AFCF;
}
.TagClassName
{
border-color: #99AFCF;
}
</style>