Shades of Vista Blue #98CBB1
Tints of Vista Blue #98CBB1
RGB
CMYK
RGB Variations
Color information
#98CBB1 (or 0x98CBB1) is known color: Vista Blue. HEX triplet: 98, CB and B1. RGB value is (152,203,177). Sum of RGB (Red+Green+Blue) = 152+203+177=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBB1 is #67344E. Grayscale: #B8B8B8. Windows color (decimal): -6763599 or 11651992. OLE color: 11651992.
HSL color Cylindrical-coordinate representation of color #98CBB1: hue angle of 149.41º 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 #98CBB1 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 177 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.20 |
| HSL | 149.41º | 0.33% | 0.7% | - |
| HSV(B) | 149.41º | 0.25% | 0.8% | - |
| XYZ | 42.24 | 52.56 | 49.51 | - |
| YUV | 184.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 177 | 0.25 | 0 | 0.13 | 0.20 | 149.41 | 0.33 | 0.7 |
| Hex | 98 | CB | B1 | 19 | 0 | D | 14 | 95 | 21 | 46 |
| Octal | 230 | 313 | 261 | 31 | 0 | 15 | 24 | 225 | 41 | 106 |
| Binary | 10011000 | 11001011 | 10110001 | 11001 | 0 | 1101 | 10100 | 10010101 | 100001 | 1000110 |
Color Harmonies of #98CBB1
Complementary color
Monochromatic Colors of #98CBB1
Black with #98CBB1
Text Example
Text Example
White with #98CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBB1; }
p { color: rgb(152,203,177); }
H1.HeaderClassName
{
color: #98CBB1;
}
.AnyTagClassName
{
color: #98CBB1;
}
</style>
background-color css
<style>
a { background-color: #98CBB1; }
a { background-color: rgb(152,203,177); }
div.DivClassName
{
background-color: #98CBB1;
}
.BgClassName
{
background-color: #98CBB1;
}
</style>
border-color css
<style>
span { border-color: #98CBB1; }
span { border-color: rgb(152,203,177); }
td.TdClassName
{
border-color: #98CBB1;
}
.TagClassName
{
border-color: #98CBB1;
}
</style>