Shades of Vista Blue #98F2BC
Tints of Vista Blue #98F2BC
RGB
CMYK
RGB Variations
Color information
#98F2BC (or 0x98F2BC) is known color: Vista Blue. HEX triplet: 98, F2 and BC. RGB value is (152,242,188). Sum of RGB (Red+Green+Blue) = 152+242+188=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F2BC is #670D43. Grayscale: #D1D1D1. Windows color (decimal): -6753604 or 12382872. OLE color: 12382872.
HSL color Cylindrical-coordinate representation of color #98F2BC: hue angle of 144º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F2BC is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 188 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.05 |
| HSL | 144º | 0.78% | 0.77% | - |
| HSV(B) | 144º | 0.37% | 0.95% | - |
| XYZ | 53.78 | 73.81 | 58.99 | - |
| YUV | 208.93 | 116.18 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 188 | 0.37 | 0 | 0.22 | 0.05 | 144 | 0.78 | 0.77 |
| Hex | 98 | F2 | BC | 25 | 0 | 16 | 5 | 90 | 4E | 4D |
| Octal | 230 | 362 | 274 | 45 | 0 | 26 | 5 | 220 | 116 | 115 |
| Binary | 10011000 | 11110010 | 10111100 | 100101 | 0 | 10110 | 101 | 10010000 | 1001110 | 1001101 |
Color Harmonies of #98F2BC
Complementary color
Monochromatic Colors of #98F2BC
Black with #98F2BC
Text Example
Text Example
White with #98F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F2BC; }
p { color: rgb(152,242,188); }
H1.HeaderClassName
{
color: #98F2BC;
}
.AnyTagClassName
{
color: #98F2BC;
}
</style>
background-color css
<style>
a { background-color: #98F2BC; }
a { background-color: rgb(152,242,188); }
div.DivClassName
{
background-color: #98F2BC;
}
.BgClassName
{
background-color: #98F2BC;
}
</style>
border-color css
<style>
span { border-color: #98F2BC; }
span { border-color: rgb(152,242,188); }
td.TdClassName
{
border-color: #98F2BC;
}
.TagClassName
{
border-color: #98F2BC;
}
</style>