Shades of Vista Blue #98F0B2
Tints of Vista Blue #98F0B2
RGB
CMYK
RGB Variations
Color information
#98F0B2 (or 0x98F0B2) is known color: Vista Blue. HEX triplet: 98, F0 and B2. RGB value is (152,240,178). Sum of RGB (Red+Green+Blue) = 152+240+178=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #98F0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F0B2 is #670F4D. Grayscale: #CECECE. Windows color (decimal): -6754126 or 11727000. OLE color: 11727000.
HSL color Cylindrical-coordinate representation of color #98F0B2: hue angle of 137.73º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F0B2 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 240 | 178 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.06 |
| HSL | 137.73º | 0.75% | 0.77% | - |
| HSV(B) | 137.73º | 0.37% | 0.94% | - |
| XYZ | 52.14 | 72.21 | 53.31 | - |
| YUV | 206.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 240 | 178 | 0.37 | 0 | 0.26 | 0.06 | 137.73 | 0.75 | 0.77 |
| Hex | 98 | F0 | B2 | 25 | 0 | 1A | 6 | 8A | 4B | 4D |
| Octal | 230 | 360 | 262 | 45 | 0 | 32 | 6 | 212 | 113 | 115 |
| Binary | 10011000 | 11110000 | 10110010 | 100101 | 0 | 11010 | 110 | 10001010 | 1001011 | 1001101 |
Color Harmonies of #98F0B2
Complementary color
Monochromatic Colors of #98F0B2
Black with #98F0B2
Text Example
Text Example
White with #98F0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F0B2; }
p { color: rgb(152,240,178); }
H1.HeaderClassName
{
color: #98F0B2;
}
.AnyTagClassName
{
color: #98F0B2;
}
</style>
background-color css
<style>
a { background-color: #98F0B2; }
a { background-color: rgb(152,240,178); }
div.DivClassName
{
background-color: #98F0B2;
}
.BgClassName
{
background-color: #98F0B2;
}
</style>
border-color css
<style>
span { border-color: #98F0B2; }
span { border-color: rgb(152,240,178); }
td.TdClassName
{
border-color: #98F0B2;
}
.TagClassName
{
border-color: #98F0B2;
}
</style>