Shades of Echo Blue #97ADDB
Tints of Echo Blue #97ADDB
RGB
CMYK
RGB Variations
Color information
#97ADDB (or 0x97ADDB) is known color: Echo Blue. HEX triplet: 97, AD and DB. RGB value is (151,173,219). Sum of RGB (Red+Green+Blue) = 151+173+219=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #97ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADDB is #685224. Grayscale: #ABABAB. Windows color (decimal): -6836773 or 14396823. OLE color: 14396823.
HSL color Cylindrical-coordinate representation of color #97ADDB: hue angle of 220.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97ADDB is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 173 | 219 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.14 |
| HSL | 220.59º | 0.49% | 0.73% | - |
| HSV(B) | 220.59º | 0.31% | 0.86% | - |
| XYZ | 40.49 | 41.58 | 72.91 | - |
| YUV | 171.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 173 | 219 | 0.31 | 0.21 | 0 | 0.14 | 220.59 | 0.49 | 0.73 |
| Hex | 97 | AD | DB | 1F | 15 | 0 | E | DD | 31 | 49 |
| Octal | 227 | 255 | 333 | 37 | 25 | 0 | 16 | 335 | 61 | 111 |
| Binary | 10010111 | 10101101 | 11011011 | 11111 | 10101 | 0 | 1110 | 11011101 | 110001 | 1001001 |
Color Harmonies of #97ADDB
Complementary color
Monochromatic Colors of #97ADDB
Black with #97ADDB
Text Example
Text Example
White with #97ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ADDB; }
p { color: rgb(151,173,219); }
H1.HeaderClassName
{
color: #97ADDB;
}
.AnyTagClassName
{
color: #97ADDB;
}
</style>
background-color css
<style>
a { background-color: #97ADDB; }
a { background-color: rgb(151,173,219); }
div.DivClassName
{
background-color: #97ADDB;
}
.BgClassName
{
background-color: #97ADDB;
}
</style>
border-color css
<style>
span { border-color: #97ADDB; }
span { border-color: rgb(151,173,219); }
td.TdClassName
{
border-color: #97ADDB;
}
.TagClassName
{
border-color: #97ADDB;
}
</style>