Shades of Echo Blue #98B2D6
Tints of Echo Blue #98B2D6
RGB
CMYK
RGB Variations
Color information
#98B2D6 (or 0x98B2D6) is known color: Echo Blue. HEX triplet: 98, B2 and D6. RGB value is (152,178,214). Sum of RGB (Red+Green+Blue) = 152+178+214=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #98B2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2D6 is #674D29. Grayscale: #AEAEAE. Windows color (decimal): -6769962 or 14070424. OLE color: 14070424.
HSL color Cylindrical-coordinate representation of color #98B2D6: hue angle of 214.84º degrees, saturation: 0.43, 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 #98B2D6 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 178 | 214 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.16 |
| HSL | 214.84º | 0.43% | 0.72% | - |
| HSV(B) | 214.84º | 0.29% | 0.84% | - |
| XYZ | 41.01 | 43.37 | 69.83 | - |
| YUV | 174.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 214 | 0.29 | 0.17 | 0 | 0.16 | 214.84 | 0.43 | 0.72 |
| Hex | 98 | B2 | D6 | 1D | 11 | 0 | 10 | D7 | 2B | 48 |
| Octal | 230 | 262 | 326 | 35 | 21 | 0 | 20 | 327 | 53 | 110 |
| Binary | 10011000 | 10110010 | 11010110 | 11101 | 10001 | 0 | 10000 | 11010111 | 101011 | 1001000 |
Color Harmonies of #98B2D6
Complementary color
Monochromatic Colors of #98B2D6
Black with #98B2D6
Text Example
Text Example
White with #98B2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B2D6; }
p { color: rgb(152,178,214); }
H1.HeaderClassName
{
color: #98B2D6;
}
.AnyTagClassName
{
color: #98B2D6;
}
</style>
background-color css
<style>
a { background-color: #98B2D6; }
a { background-color: rgb(152,178,214); }
div.DivClassName
{
background-color: #98B2D6;
}
.BgClassName
{
background-color: #98B2D6;
}
</style>
border-color css
<style>
span { border-color: #98B2D6; }
span { border-color: rgb(152,178,214); }
td.TdClassName
{
border-color: #98B2D6;
}
.TagClassName
{
border-color: #98B2D6;
}
</style>