Shades of Echo Blue #9CAFE0
Tints of Echo Blue #9CAFE0
RGB
CMYK
RGB Variations
Color information
#9CAFE0 (or 0x9CAFE0) is known color: Echo Blue. HEX triplet: 9C, AF and E0. RGB value is (156,175,224). Sum of RGB (Red+Green+Blue) = 156+175+224=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFE0 is #63501F. Grayscale: #AEAEAE. Windows color (decimal): -6508576 or 14725020. OLE color: 14725020.
HSL color Cylindrical-coordinate representation of color #9CAFE0: hue angle of 223.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CAFE0 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 175 | 224 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.12 |
| HSL | 223.24º | 0.52% | 0.75% | - |
| HSV(B) | 223.24º | 0.3% | 0.88% | - |
| XYZ | 42.49 | 43.11 | 76.6 | - |
| YUV | 174.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 224 | 0.30 | 0.22 | 0 | 0.12 | 223.24 | 0.52 | 0.75 |
| Hex | 9C | AF | E0 | 1E | 16 | 0 | C | DF | 34 | 4B |
| Octal | 234 | 257 | 340 | 36 | 26 | 0 | 14 | 337 | 64 | 113 |
| Binary | 10011100 | 10101111 | 11100000 | 11110 | 10110 | 0 | 1100 | 11011111 | 110100 | 1001011 |
Color Harmonies of #9CAFE0
Complementary color
Monochromatic Colors of #9CAFE0
Black with #9CAFE0
Text Example
Text Example
White with #9CAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFE0; }
p { color: rgb(156,175,224); }
H1.HeaderClassName
{
color: #9CAFE0;
}
.AnyTagClassName
{
color: #9CAFE0;
}
</style>
background-color css
<style>
a { background-color: #9CAFE0; }
a { background-color: rgb(156,175,224); }
div.DivClassName
{
background-color: #9CAFE0;
}
.BgClassName
{
background-color: #9CAFE0;
}
</style>
border-color css
<style>
span { border-color: #9CAFE0; }
span { border-color: rgb(156,175,224); }
td.TdClassName
{
border-color: #9CAFE0;
}
.TagClassName
{
border-color: #9CAFE0;
}
</style>