Shades of Echo Blue #9DAFDB
Tints of Echo Blue #9DAFDB
RGB
CMYK
RGB Variations
Color information
#9DAFDB (or 0x9DAFDB) is known color: Echo Blue. HEX triplet: 9D, AF and DB. RGB value is (157,175,219). Sum of RGB (Red+Green+Blue) = 157+175+219=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFDB is #625024. Grayscale: #AEAEAE. Windows color (decimal): -6443045 or 14397341. OLE color: 14397341.
HSL color Cylindrical-coordinate representation of color #9DAFDB: hue angle of 222.58º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DAFDB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 175 | 219 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.14 |
| HSL | 222.58º | 0.46% | 0.74% | - |
| HSV(B) | 222.58º | 0.28% | 0.86% | - |
| XYZ | 42.02 | 42.94 | 73.09 | - |
| YUV | 174.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 219 | 0.28 | 0.20 | 0 | 0.14 | 222.58 | 0.46 | 0.74 |
| Hex | 9D | AF | DB | 1C | 14 | 0 | E | DF | 2E | 4A |
| Octal | 235 | 257 | 333 | 34 | 24 | 0 | 16 | 337 | 56 | 112 |
| Binary | 10011101 | 10101111 | 11011011 | 11100 | 10100 | 0 | 1110 | 11011111 | 101110 | 1001010 |
Color Harmonies of #9DAFDB
Complementary color
Monochromatic Colors of #9DAFDB
Black with #9DAFDB
Text Example
Text Example
White with #9DAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFDB; }
p { color: rgb(157,175,219); }
H1.HeaderClassName
{
color: #9DAFDB;
}
.AnyTagClassName
{
color: #9DAFDB;
}
</style>
background-color css
<style>
a { background-color: #9DAFDB; }
a { background-color: rgb(157,175,219); }
div.DivClassName
{
background-color: #9DAFDB;
}
.BgClassName
{
background-color: #9DAFDB;
}
</style>
border-color css
<style>
span { border-color: #9DAFDB; }
span { border-color: rgb(157,175,219); }
td.TdClassName
{
border-color: #9DAFDB;
}
.TagClassName
{
border-color: #9DAFDB;
}
</style>