Shades of Echo Blue #9DA6C4
Tints of Echo Blue #9DA6C4
RGB
CMYK
RGB Variations
Color information
#9DA6C4 (or 0x9DA6C4) is known color: Echo Blue. HEX triplet: 9D, A6 and C4. RGB value is (157,166,196). Sum of RGB (Red+Green+Blue) = 157+166+196=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #9DA6C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6C4 is #62593B. Grayscale: #A6A6A6. Windows color (decimal): -6445372 or 12887709. OLE color: 12887709.
HSL color Cylindrical-coordinate representation of color #9DA6C4: hue angle of 226.15º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DA6C4 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 166 | 196 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.23 |
| HSL | 226.15º | 0.25% | 0.69% | - |
| HSV(B) | 226.15º | 0.2% | 0.77% | - |
| XYZ | 37.5 | 38.43 | 57.66 | - |
| YUV | 166.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 196 | 0.20 | 0.15 | 0 | 0.23 | 226.15 | 0.25 | 0.69 |
| Hex | 9D | A6 | C4 | 14 | F | 0 | 17 | E2 | 19 | 45 |
| Octal | 235 | 246 | 304 | 24 | 17 | 0 | 27 | 342 | 31 | 105 |
| Binary | 10011101 | 10100110 | 11000100 | 10100 | 1111 | 0 | 10111 | 11100010 | 11001 | 1000101 |
Color Harmonies of #9DA6C4
Complementary color
Monochromatic Colors of #9DA6C4
Black with #9DA6C4
Text Example
Text Example
White with #9DA6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA6C4; }
p { color: rgb(157,166,196); }
H1.HeaderClassName
{
color: #9DA6C4;
}
.AnyTagClassName
{
color: #9DA6C4;
}
</style>
background-color css
<style>
a { background-color: #9DA6C4; }
a { background-color: rgb(157,166,196); }
div.DivClassName
{
background-color: #9DA6C4;
}
.BgClassName
{
background-color: #9DA6C4;
}
</style>
border-color css
<style>
span { border-color: #9DA6C4; }
span { border-color: rgb(157,166,196); }
td.TdClassName
{
border-color: #9DA6C4;
}
.TagClassName
{
border-color: #9DA6C4;
}
</style>