Shades of Vista Blue #98E0B2
Tints of Vista Blue #98E0B2
RGB
CMYK
RGB Variations
Color information
#98E0B2 (or 0x98E0B2) is known color: Vista Blue. HEX triplet: 98, E0 and B2. RGB value is (152,224,178). Sum of RGB (Red+Green+Blue) = 152+224+178=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #98E0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E0B2 is #671F4D. Grayscale: #C5C5C5. Windows color (decimal): -6758222 or 11722904. OLE color: 11722904.
HSL color Cylindrical-coordinate representation of color #98E0B2: hue angle of 141.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E0B2 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 178 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.12 |
| HSL | 141.67º | 0.54% | 0.74% | - |
| HSV(B) | 141.67º | 0.32% | 0.88% | - |
| XYZ | 47.64 | 63.2 | 51.81 | - |
| YUV | 197.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 178 | 0.32 | 0 | 0.21 | 0.12 | 141.67 | 0.54 | 0.74 |
| Hex | 98 | E0 | B2 | 20 | 0 | 15 | C | 8E | 36 | 4A |
| Octal | 230 | 340 | 262 | 40 | 0 | 25 | 14 | 216 | 66 | 112 |
| Binary | 10011000 | 11100000 | 10110010 | 100000 | 0 | 10101 | 1100 | 10001110 | 110110 | 1001010 |
Color Harmonies of #98E0B2
Complementary color
Monochromatic Colors of #98E0B2
Black with #98E0B2
Text Example
Text Example
White with #98E0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E0B2; }
p { color: rgb(152,224,178); }
H1.HeaderClassName
{
color: #98E0B2;
}
.AnyTagClassName
{
color: #98E0B2;
}
</style>
background-color css
<style>
a { background-color: #98E0B2; }
a { background-color: rgb(152,224,178); }
div.DivClassName
{
background-color: #98E0B2;
}
.BgClassName
{
background-color: #98E0B2;
}
</style>
border-color css
<style>
span { border-color: #98E0B2; }
span { border-color: rgb(152,224,178); }
td.TdClassName
{
border-color: #98E0B2;
}
.TagClassName
{
border-color: #98E0B2;
}
</style>