Shades of Echo Blue #99ABCF
Tints of Echo Blue #99ABCF
RGB
CMYK
RGB Variations
Color information
#99ABCF (or 0x99ABCF) is known color: Echo Blue. HEX triplet: 99, AB and CF. RGB value is (153,171,207). Sum of RGB (Red+Green+Blue) = 153+171+207=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #99ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABCF is #665430. Grayscale: #A9A9A9. Windows color (decimal): -6706225 or 13609881. OLE color: 13609881.
HSL color Cylindrical-coordinate representation of color #99ABCF: hue angle of 220º 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 #99ABCF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 171 | 207 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.19 |
| HSL | 220º | 0.36% | 0.71% | - |
| HSV(B) | 220º | 0.26% | 0.81% | - |
| XYZ | 38.96 | 40.4 | 64.78 | - |
| YUV | 169.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 207 | 0.26 | 0.17 | 0 | 0.19 | 220 | 0.36 | 0.71 |
| Hex | 99 | AB | CF | 1A | 11 | 0 | 13 | DC | 24 | 47 |
| Octal | 231 | 253 | 317 | 32 | 21 | 0 | 23 | 334 | 44 | 107 |
| Binary | 10011001 | 10101011 | 11001111 | 11010 | 10001 | 0 | 10011 | 11011100 | 100100 | 1000111 |
Color Harmonies of #99ABCF
Complementary color
Monochromatic Colors of #99ABCF
Black with #99ABCF
Text Example
Text Example
White with #99ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABCF; }
p { color: rgb(153,171,207); }
H1.HeaderClassName
{
color: #99ABCF;
}
.AnyTagClassName
{
color: #99ABCF;
}
</style>
background-color css
<style>
a { background-color: #99ABCF; }
a { background-color: rgb(153,171,207); }
div.DivClassName
{
background-color: #99ABCF;
}
.BgClassName
{
background-color: #99ABCF;
}
</style>
border-color css
<style>
span { border-color: #99ABCF; }
span { border-color: rgb(153,171,207); }
td.TdClassName
{
border-color: #99ABCF;
}
.TagClassName
{
border-color: #99ABCF;
}
</style>