Shades of Vista Blue #98CBAB
Tints of Vista Blue #98CBAB
RGB
CMYK
RGB Variations
Color information
#98CBAB (or 0x98CBAB) is known color: Vista Blue. HEX triplet: 98, CB and AB. RGB value is (152,203,171). Sum of RGB (Red+Green+Blue) = 152+203+171=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBAB is #673454. Grayscale: #B8B8B8. Windows color (decimal): -6763605 or 11258776. OLE color: 11258776.
HSL color Cylindrical-coordinate representation of color #98CBAB: hue angle of 142.35º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBAB is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 171 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.20 |
| HSL | 142.35º | 0.33% | 0.7% | - |
| HSV(B) | 142.35º | 0.25% | 0.8% | - |
| XYZ | 41.66 | 52.33 | 46.43 | - |
| YUV | 184.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 171 | 0.25 | 0 | 0.16 | 0.20 | 142.35 | 0.33 | 0.7 |
| Hex | 98 | CB | AB | 19 | 0 | 10 | 14 | 8E | 21 | 46 |
| Octal | 230 | 313 | 253 | 31 | 0 | 20 | 24 | 216 | 41 | 106 |
| Binary | 10011000 | 11001011 | 10101011 | 11001 | 0 | 10000 | 10100 | 10001110 | 100001 | 1000110 |
Color Harmonies of #98CBAB
Complementary color
Monochromatic Colors of #98CBAB
Black with #98CBAB
Text Example
Text Example
White with #98CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBAB; }
p { color: rgb(152,203,171); }
H1.HeaderClassName
{
color: #98CBAB;
}
.AnyTagClassName
{
color: #98CBAB;
}
</style>
background-color css
<style>
a { background-color: #98CBAB; }
a { background-color: rgb(152,203,171); }
div.DivClassName
{
background-color: #98CBAB;
}
.BgClassName
{
background-color: #98CBAB;
}
</style>
border-color css
<style>
span { border-color: #98CBAB; }
span { border-color: rgb(152,203,171); }
td.TdClassName
{
border-color: #98CBAB;
}
.TagClassName
{
border-color: #98CBAB;
}
</style>