Shades of Echo Blue #97B1DD
Tints of Echo Blue #97B1DD
RGB
CMYK
RGB Variations
Color information
#97B1DD (or 0x97B1DD) is known color: Echo Blue. HEX triplet: 97, B1 and DD. RGB value is (151,177,221). Sum of RGB (Red+Green+Blue) = 151+177+221=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #97B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B1DD is #684E22. Grayscale: #AEAEAE. Windows color (decimal): -6835747 or 14528919. OLE color: 14528919.
HSL color Cylindrical-coordinate representation of color #97B1DD: hue angle of 217.71º degrees, saturation: 0.51, 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 #97B1DD is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 177 | 221 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.13 |
| HSL | 217.71º | 0.51% | 0.73% | - |
| HSV(B) | 217.71º | 0.32% | 0.87% | - |
| XYZ | 41.54 | 43.24 | 74.56 | - |
| YUV | 174.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 177 | 221 | 0.32 | 0.20 | 0 | 0.13 | 217.71 | 0.51 | 0.73 |
| Hex | 97 | B1 | DD | 20 | 14 | 0 | D | DA | 33 | 49 |
| Octal | 227 | 261 | 335 | 40 | 24 | 0 | 15 | 332 | 63 | 111 |
| Binary | 10010111 | 10110001 | 11011101 | 100000 | 10100 | 0 | 1101 | 11011010 | 110011 | 1001001 |
Color Harmonies of #97B1DD
Complementary color
Monochromatic Colors of #97B1DD
Black with #97B1DD
Text Example
Text Example
White with #97B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B1DD; }
p { color: rgb(151,177,221); }
H1.HeaderClassName
{
color: #97B1DD;
}
.AnyTagClassName
{
color: #97B1DD;
}
</style>
background-color css
<style>
a { background-color: #97B1DD; }
a { background-color: rgb(151,177,221); }
div.DivClassName
{
background-color: #97B1DD;
}
.BgClassName
{
background-color: #97B1DD;
}
</style>
border-color css
<style>
span { border-color: #97B1DD; }
span { border-color: rgb(151,177,221); }
td.TdClassName
{
border-color: #97B1DD;
}
.TagClassName
{
border-color: #97B1DD;
}
</style>