Shades of Echo Blue #99ACCF
Tints of Echo Blue #99ACCF
RGB
CMYK
RGB Variations
Color information
#99ACCF (or 0x99ACCF) is known color: Echo Blue. HEX triplet: 99, AC and CF. RGB value is (153,172,207). Sum of RGB (Red+Green+Blue) = 153+172+207=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #99ACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACCF is #665330. Grayscale: #AAAAAA. Windows color (decimal): -6705969 or 13610137. OLE color: 13610137.
HSL color Cylindrical-coordinate representation of color #99ACCF: hue angle of 218.89º 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 #99ACCF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 172 | 207 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.19 |
| HSL | 218.89º | 0.36% | 0.71% | - |
| HSV(B) | 218.89º | 0.26% | 0.81% | - |
| XYZ | 39.15 | 40.78 | 64.84 | - |
| YUV | 170.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 207 | 0.26 | 0.17 | 0 | 0.19 | 218.89 | 0.36 | 0.71 |
| Hex | 99 | AC | CF | 1A | 11 | 0 | 13 | DB | 24 | 47 |
| Octal | 231 | 254 | 317 | 32 | 21 | 0 | 23 | 333 | 44 | 107 |
| Binary | 10011001 | 10101100 | 11001111 | 11010 | 10001 | 0 | 10011 | 11011011 | 100100 | 1000111 |
Color Harmonies of #99ACCF
Complementary color
Monochromatic Colors of #99ACCF
Black with #99ACCF
Text Example
Text Example
White with #99ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACCF; }
p { color: rgb(153,172,207); }
H1.HeaderClassName
{
color: #99ACCF;
}
.AnyTagClassName
{
color: #99ACCF;
}
</style>
background-color css
<style>
a { background-color: #99ACCF; }
a { background-color: rgb(153,172,207); }
div.DivClassName
{
background-color: #99ACCF;
}
.BgClassName
{
background-color: #99ACCF;
}
</style>
border-color css
<style>
span { border-color: #99ACCF; }
span { border-color: rgb(153,172,207); }
td.TdClassName
{
border-color: #99ACCF;
}
.TagClassName
{
border-color: #99ACCF;
}
</style>