Shades of Echo Blue #98B2D7
Tints of Echo Blue #98B2D7
RGB
CMYK
RGB Variations
Color information
#98B2D7 (or 0x98B2D7) is known color: Echo Blue. HEX triplet: 98, B2 and D7. RGB value is (152,178,215). Sum of RGB (Red+Green+Blue) = 152+178+215=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #98B2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2D7 is #674D28. Grayscale: #AEAEAE. Windows color (decimal): -6769961 or 14135960. OLE color: 14135960.
HSL color Cylindrical-coordinate representation of color #98B2D7: hue angle of 215.24º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98B2D7 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 178 | 215 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.16 |
| HSL | 215.24º | 0.44% | 0.72% | - |
| HSV(B) | 215.24º | 0.29% | 0.84% | - |
| XYZ | 41.14 | 43.42 | 70.5 | - |
| YUV | 174.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 215 | 0.29 | 0.17 | 0 | 0.16 | 215.24 | 0.44 | 0.72 |
| Hex | 98 | B2 | D7 | 1D | 11 | 0 | 10 | D7 | 2C | 48 |
| Octal | 230 | 262 | 327 | 35 | 21 | 0 | 20 | 327 | 54 | 110 |
| Binary | 10011000 | 10110010 | 11010111 | 11101 | 10001 | 0 | 10000 | 11010111 | 101100 | 1001000 |
Color Harmonies of #98B2D7
Complementary color
Monochromatic Colors of #98B2D7
Black with #98B2D7
Text Example
Text Example
White with #98B2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B2D7; }
p { color: rgb(152,178,215); }
H1.HeaderClassName
{
color: #98B2D7;
}
.AnyTagClassName
{
color: #98B2D7;
}
</style>
background-color css
<style>
a { background-color: #98B2D7; }
a { background-color: rgb(152,178,215); }
div.DivClassName
{
background-color: #98B2D7;
}
.BgClassName
{
background-color: #98B2D7;
}
</style>
border-color css
<style>
span { border-color: #98B2D7; }
span { border-color: rgb(152,178,215); }
td.TdClassName
{
border-color: #98B2D7;
}
.TagClassName
{
border-color: #98B2D7;
}
</style>