Shades of Echo Blue #9CAACA
Tints of Echo Blue #9CAACA
RGB
CMYK
RGB Variations
Color information
#9CAACA (or 0x9CAACA) is known color: Echo Blue. HEX triplet: 9C, AA and CA. RGB value is (156,170,202). Sum of RGB (Red+Green+Blue) = 156+170+202=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAACA is #635535. Grayscale: #A9A9A9. Windows color (decimal): -6509878 or 13281948. OLE color: 13281948.
HSL color Cylindrical-coordinate representation of color #9CAACA: hue angle of 221.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CAACA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 170 | 202 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.21 |
| HSL | 221.74º | 0.3% | 0.7% | - |
| HSV(B) | 221.74º | 0.23% | 0.79% | - |
| XYZ | 38.75 | 40.08 | 61.57 | - |
| YUV | 169.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 202 | 0.23 | 0.16 | 0 | 0.21 | 221.74 | 0.3 | 0.7 |
| Hex | 9C | AA | CA | 17 | 10 | 0 | 15 | DE | 1E | 46 |
| Octal | 234 | 252 | 312 | 27 | 20 | 0 | 25 | 336 | 36 | 106 |
| Binary | 10011100 | 10101010 | 11001010 | 10111 | 10000 | 0 | 10101 | 11011110 | 11110 | 1000110 |
Color Harmonies of #9CAACA
Complementary color
Monochromatic Colors of #9CAACA
Black with #9CAACA
Text Example
Text Example
White with #9CAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAACA; }
p { color: rgb(156,170,202); }
H1.HeaderClassName
{
color: #9CAACA;
}
.AnyTagClassName
{
color: #9CAACA;
}
</style>
background-color css
<style>
a { background-color: #9CAACA; }
a { background-color: rgb(156,170,202); }
div.DivClassName
{
background-color: #9CAACA;
}
.BgClassName
{
background-color: #9CAACA;
}
</style>
border-color css
<style>
span { border-color: #9CAACA; }
span { border-color: rgb(156,170,202); }
td.TdClassName
{
border-color: #9CAACA;
}
.TagClassName
{
border-color: #9CAACA;
}
</style>