Shades of Echo Blue #9CAFDC
Tints of Echo Blue #9CAFDC
RGB
CMYK
RGB Variations
Color information
#9CAFDC (or 0x9CAFDC) is known color: Echo Blue. HEX triplet: 9C, AF and DC. RGB value is (156,175,220). Sum of RGB (Red+Green+Blue) = 156+175+220=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFDC is #635023. Grayscale: #AEAEAE. Windows color (decimal): -6508580 or 14462876. OLE color: 14462876.
HSL color Cylindrical-coordinate representation of color #9CAFDC: hue angle of 222.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CAFDC is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 175 | 220 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.14 |
| HSL | 222.19º | 0.48% | 0.74% | - |
| HSV(B) | 222.19º | 0.29% | 0.86% | - |
| XYZ | 41.96 | 42.9 | 73.78 | - |
| YUV | 174.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 220 | 0.29 | 0.20 | 0 | 0.14 | 222.19 | 0.48 | 0.74 |
| Hex | 9C | AF | DC | 1D | 14 | 0 | E | DE | 30 | 4A |
| Octal | 234 | 257 | 334 | 35 | 24 | 0 | 16 | 336 | 60 | 112 |
| Binary | 10011100 | 10101111 | 11011100 | 11101 | 10100 | 0 | 1110 | 11011110 | 110000 | 1001010 |
Color Harmonies of #9CAFDC
Complementary color
Monochromatic Colors of #9CAFDC
Black with #9CAFDC
Text Example
Text Example
White with #9CAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFDC; }
p { color: rgb(156,175,220); }
H1.HeaderClassName
{
color: #9CAFDC;
}
.AnyTagClassName
{
color: #9CAFDC;
}
</style>
background-color css
<style>
a { background-color: #9CAFDC; }
a { background-color: rgb(156,175,220); }
div.DivClassName
{
background-color: #9CAFDC;
}
.BgClassName
{
background-color: #9CAFDC;
}
</style>
border-color css
<style>
span { border-color: #9CAFDC; }
span { border-color: rgb(156,175,220); }
td.TdClassName
{
border-color: #9CAFDC;
}
.TagClassName
{
border-color: #9CAFDC;
}
</style>