Shades of Echo Blue #97B0DE
Tints of Echo Blue #97B0DE
RGB
CMYK
RGB Variations
Color information
#97B0DE (or 0x97B0DE) is known color: Echo Blue. HEX triplet: 97, B0 and DE. RGB value is (151,176,222). Sum of RGB (Red+Green+Blue) = 151+176+222=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #97B0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B0DE is #684F21. Grayscale: #ADADAD. Windows color (decimal): -6836002 or 14594199. OLE color: 14594199.
HSL color Cylindrical-coordinate representation of color #97B0DE: hue angle of 218.87º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97B0DE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 176 | 222 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.13 |
| HSL | 218.87º | 0.52% | 0.73% | - |
| HSV(B) | 218.87º | 0.32% | 0.87% | - |
| XYZ | 41.47 | 42.9 | 75.2 | - |
| YUV | 173.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 176 | 222 | 0.32 | 0.21 | 0 | 0.13 | 218.87 | 0.52 | 0.73 |
| Hex | 97 | B0 | DE | 20 | 15 | 0 | D | DB | 34 | 49 |
| Octal | 227 | 260 | 336 | 40 | 25 | 0 | 15 | 333 | 64 | 111 |
| Binary | 10010111 | 10110000 | 11011110 | 100000 | 10101 | 0 | 1101 | 11011011 | 110100 | 1001001 |
Color Harmonies of #97B0DE
Complementary color
Monochromatic Colors of #97B0DE
Black with #97B0DE
Text Example
Text Example
White with #97B0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B0DE; }
p { color: rgb(151,176,222); }
H1.HeaderClassName
{
color: #97B0DE;
}
.AnyTagClassName
{
color: #97B0DE;
}
</style>
background-color css
<style>
a { background-color: #97B0DE; }
a { background-color: rgb(151,176,222); }
div.DivClassName
{
background-color: #97B0DE;
}
.BgClassName
{
background-color: #97B0DE;
}
</style>
border-color css
<style>
span { border-color: #97B0DE; }
span { border-color: rgb(151,176,222); }
td.TdClassName
{
border-color: #97B0DE;
}
.TagClassName
{
border-color: #97B0DE;
}
</style>