Shades of Echo Blue #9CAFCC
Tints of Echo Blue #9CAFCC
RGB
CMYK
RGB Variations
Color information
#9CAFCC (or 0x9CAFCC) is known color: Echo Blue. HEX triplet: 9C, AF and CC. RGB value is (156,175,204). Sum of RGB (Red+Green+Blue) = 156+175+204=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFCC is #635033. Grayscale: #ACACAC. Windows color (decimal): -6508596 or 13414300. OLE color: 13414300.
HSL color Cylindrical-coordinate representation of color #9CAFCC: hue angle of 216.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CAFCC is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 175 | 204 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.2 |
| HSL | 216.25º | 0.32% | 0.71% | - |
| HSV(B) | 216.25º | 0.24% | 0.8% | - |
| XYZ | 39.94 | 42.09 | 63.15 | - |
| YUV | 172.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 204 | 0.24 | 0.14 | 0 | 0.2 | 216.25 | 0.32 | 0.71 |
| Hex | 9C | AF | CC | 18 | E | 0 | 14 | D8 | 20 | 47 |
| Octal | 234 | 257 | 314 | 30 | 16 | 0 | 24 | 330 | 40 | 107 |
| Binary | 10011100 | 10101111 | 11001100 | 11000 | 1110 | 0 | 10100 | 11011000 | 100000 | 1000111 |
Color Harmonies of #9CAFCC
Complementary color
Monochromatic Colors of #9CAFCC
Black with #9CAFCC
Text Example
Text Example
White with #9CAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFCC; }
p { color: rgb(156,175,204); }
H1.HeaderClassName
{
color: #9CAFCC;
}
.AnyTagClassName
{
color: #9CAFCC;
}
</style>
background-color css
<style>
a { background-color: #9CAFCC; }
a { background-color: rgb(156,175,204); }
div.DivClassName
{
background-color: #9CAFCC;
}
.BgClassName
{
background-color: #9CAFCC;
}
</style>
border-color css
<style>
span { border-color: #9CAFCC; }
span { border-color: rgb(156,175,204); }
td.TdClassName
{
border-color: #9CAFCC;
}
.TagClassName
{
border-color: #9CAFCC;
}
</style>