Shades of Vista Blue #98D6B1
Tints of Vista Blue #98D6B1
RGB
CMYK
RGB Variations
Color information
#98D6B1 (or 0x98D6B1) is known color: Vista Blue. HEX triplet: 98, D6 and B1. RGB value is (152,214,177). Sum of RGB (Red+Green+Blue) = 152+214+177=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D6B1 is #67294E. Grayscale: #BFBFBF. Windows color (decimal): -6760783 or 11654808. OLE color: 11654808.
HSL color Cylindrical-coordinate representation of color #98D6B1: hue angle of 144.19º 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 #98D6B1 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 177 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.16 |
| HSL | 144.19º | 0.43% | 0.72% | - |
| HSV(B) | 144.19º | 0.29% | 0.84% | - |
| XYZ | 44.93 | 57.94 | 50.41 | - |
| YUV | 191.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 177 | 0.29 | 0 | 0.17 | 0.16 | 144.19 | 0.43 | 0.72 |
| Hex | 98 | D6 | B1 | 1D | 0 | 11 | 10 | 90 | 2B | 48 |
| Octal | 230 | 326 | 261 | 35 | 0 | 21 | 20 | 220 | 53 | 110 |
| Binary | 10011000 | 11010110 | 10110001 | 11101 | 0 | 10001 | 10000 | 10010000 | 101011 | 1001000 |
Color Harmonies of #98D6B1
Complementary color
Monochromatic Colors of #98D6B1
Black with #98D6B1
Text Example
Text Example
White with #98D6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6B1; }
p { color: rgb(152,214,177); }
H1.HeaderClassName
{
color: #98D6B1;
}
.AnyTagClassName
{
color: #98D6B1;
}
</style>
background-color css
<style>
a { background-color: #98D6B1; }
a { background-color: rgb(152,214,177); }
div.DivClassName
{
background-color: #98D6B1;
}
.BgClassName
{
background-color: #98D6B1;
}
</style>
border-color css
<style>
span { border-color: #98D6B1; }
span { border-color: rgb(152,214,177); }
td.TdClassName
{
border-color: #98D6B1;
}
.TagClassName
{
border-color: #98D6B1;
}
</style>