Shades of Echo Blue #99ACE0
Tints of Echo Blue #99ACE0
RGB
CMYK
RGB Variations
Color information
#99ACE0 (or 0x99ACE0) is known color: Echo Blue. HEX triplet: 99, AC and E0. RGB value is (153,172,224). Sum of RGB (Red+Green+Blue) = 153+172+224=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #99ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACE0 is #66531F. Grayscale: #ACACAC. Windows color (decimal): -6705952 or 14724249. OLE color: 14724249.
HSL color Cylindrical-coordinate representation of color #99ACE0: hue angle of 223.94º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99ACE0 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 172 | 224 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.12 |
| HSL | 223.94º | 0.53% | 0.74% | - |
| HSV(B) | 223.94º | 0.32% | 0.88% | - |
| XYZ | 41.34 | 41.66 | 76.38 | - |
| YUV | 172.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 224 | 0.32 | 0.23 | 0 | 0.12 | 223.94 | 0.53 | 0.74 |
| Hex | 99 | AC | E0 | 20 | 17 | 0 | C | E0 | 35 | 4A |
| Octal | 231 | 254 | 340 | 40 | 27 | 0 | 14 | 340 | 65 | 112 |
| Binary | 10011001 | 10101100 | 11100000 | 100000 | 10111 | 0 | 1100 | 11100000 | 110101 | 1001010 |
Color Harmonies of #99ACE0
Complementary color
Monochromatic Colors of #99ACE0
Black with #99ACE0
Text Example
Text Example
White with #99ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACE0; }
p { color: rgb(153,172,224); }
H1.HeaderClassName
{
color: #99ACE0;
}
.AnyTagClassName
{
color: #99ACE0;
}
</style>
background-color css
<style>
a { background-color: #99ACE0; }
a { background-color: rgb(153,172,224); }
div.DivClassName
{
background-color: #99ACE0;
}
.BgClassName
{
background-color: #99ACE0;
}
</style>
border-color css
<style>
span { border-color: #99ACE0; }
span { border-color: rgb(153,172,224); }
td.TdClassName
{
border-color: #99ACE0;
}
.TagClassName
{
border-color: #99ACE0;
}
</style>