Shades of Vista Blue #98F2BA
Tints of Vista Blue #98F2BA
RGB
CMYK
RGB Variations
Color information
#98F2BA (or 0x98F2BA) is known color: Vista Blue. HEX triplet: 98, F2 and BA. RGB value is (152,242,186). Sum of RGB (Red+Green+Blue) = 152+242+186=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F2BA is #670D45. Grayscale: #D0D0D0. Windows color (decimal): -6753606 or 12251800. OLE color: 12251800.
HSL color Cylindrical-coordinate representation of color #98F2BA: hue angle of 142.67º 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 #98F2BA is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 186 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.05 |
| HSL | 142.67º | 0.78% | 0.77% | - |
| HSV(B) | 142.67º | 0.37% | 0.95% | - |
| XYZ | 53.56 | 73.72 | 57.86 | - |
| YUV | 208.71 | 115.18 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 186 | 0.37 | 0 | 0.23 | 0.05 | 142.67 | 0.78 | 0.77 |
| Hex | 98 | F2 | BA | 25 | 0 | 17 | 5 | 8F | 4E | 4D |
| Octal | 230 | 362 | 272 | 45 | 0 | 27 | 5 | 217 | 116 | 115 |
| Binary | 10011000 | 11110010 | 10111010 | 100101 | 0 | 10111 | 101 | 10001111 | 1001110 | 1001101 |
Color Harmonies of #98F2BA
Complementary color
Monochromatic Colors of #98F2BA
Black with #98F2BA
Text Example
Text Example
White with #98F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F2BA; }
p { color: rgb(152,242,186); }
H1.HeaderClassName
{
color: #98F2BA;
}
.AnyTagClassName
{
color: #98F2BA;
}
</style>
background-color css
<style>
a { background-color: #98F2BA; }
a { background-color: rgb(152,242,186); }
div.DivClassName
{
background-color: #98F2BA;
}
.BgClassName
{
background-color: #98F2BA;
}
</style>
border-color css
<style>
span { border-color: #98F2BA; }
span { border-color: rgb(152,242,186); }
td.TdClassName
{
border-color: #98F2BA;
}
.TagClassName
{
border-color: #98F2BA;
}
</style>