Shades of Echo Blue #9CAEDC
Tints of Echo Blue #9CAEDC
RGB
CMYK
RGB Variations
Color information
#9CAEDC (or 0x9CAEDC) is known color: Echo Blue. HEX triplet: 9C, AE and DC. RGB value is (156,174,220). Sum of RGB (Red+Green+Blue) = 156+174+220=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAEDC is #635123. Grayscale: #ADADAD. Windows color (decimal): -6508836 or 14462620. OLE color: 14462620.
HSL color Cylindrical-coordinate representation of color #9CAEDC: hue angle of 223.12º 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 #9CAEDC is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 174 | 220 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.14 |
| HSL | 223.13º | 0.48% | 0.74% | - |
| HSV(B) | 223.13º | 0.29% | 0.86% | - |
| XYZ | 41.76 | 42.51 | 73.71 | - |
| YUV | 173.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 220 | 0.29 | 0.21 | 0 | 0.14 | 223.13 | 0.48 | 0.74 |
| Hex | 9C | AE | DC | 1D | 15 | 0 | E | DF | 30 | 4A |
| Octal | 234 | 256 | 334 | 35 | 25 | 0 | 16 | 337 | 60 | 112 |
| Binary | 10011100 | 10101110 | 11011100 | 11101 | 10101 | 0 | 1110 | 11011111 | 110000 | 1001010 |
Color Harmonies of #9CAEDC
Complementary color
Monochromatic Colors of #9CAEDC
Black with #9CAEDC
Text Example
Text Example
White with #9CAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAEDC; }
p { color: rgb(156,174,220); }
H1.HeaderClassName
{
color: #9CAEDC;
}
.AnyTagClassName
{
color: #9CAEDC;
}
</style>
background-color css
<style>
a { background-color: #9CAEDC; }
a { background-color: rgb(156,174,220); }
div.DivClassName
{
background-color: #9CAEDC;
}
.BgClassName
{
background-color: #9CAEDC;
}
</style>
border-color css
<style>
span { border-color: #9CAEDC; }
span { border-color: rgb(156,174,220); }
td.TdClassName
{
border-color: #9CAEDC;
}
.TagClassName
{
border-color: #9CAEDC;
}
</style>