Shades of Echo Blue #97AEDC
Tints of Echo Blue #97AEDC
RGB
CMYK
RGB Variations
Color information
#97AEDC (or 0x97AEDC) is known color: Echo Blue. HEX triplet: 97, AE and DC. RGB value is (151,174,220). Sum of RGB (Red+Green+Blue) = 151+174+220=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #97AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AEDC is #685123. Grayscale: #ACACAC. Windows color (decimal): -6836516 or 14462615. OLE color: 14462615.
HSL color Cylindrical-coordinate representation of color #97AEDC: hue angle of 220º degrees, saturation: 0.5, 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 #97AEDC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 174 | 220 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.14 |
| HSL | 220º | 0.5% | 0.73% | - |
| HSV(B) | 220º | 0.31% | 0.86% | - |
| XYZ | 40.82 | 42.02 | 73.67 | - |
| YUV | 172.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 174 | 220 | 0.31 | 0.21 | 0 | 0.14 | 220 | 0.5 | 0.73 |
| Hex | 97 | AE | DC | 1F | 15 | 0 | E | DC | 32 | 49 |
| Octal | 227 | 256 | 334 | 37 | 25 | 0 | 16 | 334 | 62 | 111 |
| Binary | 10010111 | 10101110 | 11011100 | 11111 | 10101 | 0 | 1110 | 11011100 | 110010 | 1001001 |
Color Harmonies of #97AEDC
Complementary color
Monochromatic Colors of #97AEDC
Black with #97AEDC
Text Example
Text Example
White with #97AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AEDC; }
p { color: rgb(151,174,220); }
H1.HeaderClassName
{
color: #97AEDC;
}
.AnyTagClassName
{
color: #97AEDC;
}
</style>
background-color css
<style>
a { background-color: #97AEDC; }
a { background-color: rgb(151,174,220); }
div.DivClassName
{
background-color: #97AEDC;
}
.BgClassName
{
background-color: #97AEDC;
}
</style>
border-color css
<style>
span { border-color: #97AEDC; }
span { border-color: rgb(151,174,220); }
td.TdClassName
{
border-color: #97AEDC;
}
.TagClassName
{
border-color: #97AEDC;
}
</style>