Shades of Echo Blue #97AED7
Tints of Echo Blue #97AED7
RGB
CMYK
RGB Variations
Color information
#97AED7 (or 0x97AED7) is known color: Echo Blue. HEX triplet: 97, AE and D7. RGB value is (151,174,215). Sum of RGB (Red+Green+Blue) = 151+174+215=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #97AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AED7 is #685128. Grayscale: #ABABAB. Windows color (decimal): -6836521 or 14134935. OLE color: 14134935.
HSL color Cylindrical-coordinate representation of color #97AED7: hue angle of 218.44º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97AED7 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 174 | 215 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.16 |
| HSL | 218.44º | 0.44% | 0.72% | - |
| HSV(B) | 218.44º | 0.3% | 0.84% | - |
| XYZ | 40.16 | 41.76 | 70.23 | - |
| YUV | 171.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 174 | 215 | 0.30 | 0.19 | 0 | 0.16 | 218.44 | 0.44 | 0.72 |
| Hex | 97 | AE | D7 | 1E | 13 | 0 | 10 | DA | 2C | 48 |
| Octal | 227 | 256 | 327 | 36 | 23 | 0 | 20 | 332 | 54 | 110 |
| Binary | 10010111 | 10101110 | 11010111 | 11110 | 10011 | 0 | 10000 | 11011010 | 101100 | 1001000 |
Color Harmonies of #97AED7
Complementary color
Monochromatic Colors of #97AED7
Black with #97AED7
Text Example
Text Example
White with #97AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AED7; }
p { color: rgb(151,174,215); }
H1.HeaderClassName
{
color: #97AED7;
}
.AnyTagClassName
{
color: #97AED7;
}
</style>
background-color css
<style>
a { background-color: #97AED7; }
a { background-color: rgb(151,174,215); }
div.DivClassName
{
background-color: #97AED7;
}
.BgClassName
{
background-color: #97AED7;
}
</style>
border-color css
<style>
span { border-color: #97AED7; }
span { border-color: rgb(151,174,215); }
td.TdClassName
{
border-color: #97AED7;
}
.TagClassName
{
border-color: #97AED7;
}
</style>