Shades of Echo Blue #97A5CE
Tints of Echo Blue #97A5CE
RGB
CMYK
RGB Variations
Color information
#97A5CE (or 0x97A5CE) is known color: Echo Blue. HEX triplet: 97, A5 and CE. RGB value is (151,165,206). Sum of RGB (Red+Green+Blue) = 151+165+206=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #97A5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A5CE is #685A31. Grayscale: #A5A5A5. Windows color (decimal): -6838834 or 13542807. OLE color: 13542807.
HSL color Cylindrical-coordinate representation of color #97A5CE: hue angle of 224.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97A5CE is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 165 | 206 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.19 |
| HSL | 224.73º | 0.36% | 0.7% | - |
| HSV(B) | 224.73º | 0.27% | 0.81% | - |
| XYZ | 37.36 | 37.95 | 63.75 | - |
| YUV | 165.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 165 | 206 | 0.27 | 0.20 | 0 | 0.19 | 224.73 | 0.36 | 0.7 |
| Hex | 97 | A5 | CE | 1B | 14 | 0 | 13 | E1 | 24 | 46 |
| Octal | 227 | 245 | 316 | 33 | 24 | 0 | 23 | 341 | 44 | 106 |
| Binary | 10010111 | 10100101 | 11001110 | 11011 | 10100 | 0 | 10011 | 11100001 | 100100 | 1000110 |
Color Harmonies of #97A5CE
Complementary color
Monochromatic Colors of #97A5CE
Black with #97A5CE
Text Example
Text Example
White with #97A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A5CE; }
p { color: rgb(151,165,206); }
H1.HeaderClassName
{
color: #97A5CE;
}
.AnyTagClassName
{
color: #97A5CE;
}
</style>
background-color css
<style>
a { background-color: #97A5CE; }
a { background-color: rgb(151,165,206); }
div.DivClassName
{
background-color: #97A5CE;
}
.BgClassName
{
background-color: #97A5CE;
}
</style>
border-color css
<style>
span { border-color: #97A5CE; }
span { border-color: rgb(151,165,206); }
td.TdClassName
{
border-color: #97A5CE;
}
.TagClassName
{
border-color: #97A5CE;
}
</style>