Shades of Echo Blue #9CAFDB
Tints of Echo Blue #9CAFDB
RGB
CMYK
RGB Variations
Color information
#9CAFDB (or 0x9CAFDB) is known color: Echo Blue. HEX triplet: 9C, AF and DB. RGB value is (156,175,219). Sum of RGB (Red+Green+Blue) = 156+175+219=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFDB is #635024. Grayscale: #AEAEAE. Windows color (decimal): -6508581 or 14397340. OLE color: 14397340.
HSL color Cylindrical-coordinate representation of color #9CAFDB: hue angle of 221.9º degrees, saturation: 0.47, 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 #9CAFDB is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 175 | 219 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.14 |
| HSL | 221.9º | 0.47% | 0.74% | - |
| HSV(B) | 221.9º | 0.29% | 0.86% | - |
| XYZ | 41.83 | 42.84 | 73.08 | - |
| YUV | 174.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 219 | 0.29 | 0.20 | 0 | 0.14 | 221.9 | 0.47 | 0.74 |
| Hex | 9C | AF | DB | 1D | 14 | 0 | E | DE | 2F | 4A |
| Octal | 234 | 257 | 333 | 35 | 24 | 0 | 16 | 336 | 57 | 112 |
| Binary | 10011100 | 10101111 | 11011011 | 11101 | 10100 | 0 | 1110 | 11011110 | 101111 | 1001010 |
Color Harmonies of #9CAFDB
Complementary color
Monochromatic Colors of #9CAFDB
Black with #9CAFDB
Text Example
Text Example
White with #9CAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFDB; }
p { color: rgb(156,175,219); }
H1.HeaderClassName
{
color: #9CAFDB;
}
.AnyTagClassName
{
color: #9CAFDB;
}
</style>
background-color css
<style>
a { background-color: #9CAFDB; }
a { background-color: rgb(156,175,219); }
div.DivClassName
{
background-color: #9CAFDB;
}
.BgClassName
{
background-color: #9CAFDB;
}
</style>
border-color css
<style>
span { border-color: #9CAFDB; }
span { border-color: rgb(156,175,219); }
td.TdClassName
{
border-color: #9CAFDB;
}
.TagClassName
{
border-color: #9CAFDB;
}
</style>