Shades of Vista Blue #98DFBE
Tints of Vista Blue #98DFBE
RGB
CMYK
RGB Variations
Color information
#98DFBE (or 0x98DFBE) is known color: Vista Blue. HEX triplet: 98, DF and BE. RGB value is (152,223,190). Sum of RGB (Red+Green+Blue) = 152+223+190=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFBE is #672041. Grayscale: #C6C6C6. Windows color (decimal): -6758466 or 12509080. OLE color: 12509080.
HSL color Cylindrical-coordinate representation of color #98DFBE: hue angle of 152.11º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFBE is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 190 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.13 |
| HSL | 152.11º | 0.53% | 0.74% | - |
| HSV(B) | 152.11º | 0.32% | 0.87% | - |
| XYZ | 48.63 | 63.17 | 58.34 | - |
| YUV | 198.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 190 | 0.32 | 0 | 0.15 | 0.13 | 152.11 | 0.53 | 0.74 |
| Hex | 98 | DF | BE | 20 | 0 | F | D | 98 | 35 | 4A |
| Octal | 230 | 337 | 276 | 40 | 0 | 17 | 15 | 230 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10111110 | 100000 | 0 | 1111 | 1101 | 10011000 | 110101 | 1001010 |
Color Harmonies of #98DFBE
Complementary color
Monochromatic Colors of #98DFBE
Black with #98DFBE
Text Example
Text Example
White with #98DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFBE; }
p { color: rgb(152,223,190); }
H1.HeaderClassName
{
color: #98DFBE;
}
.AnyTagClassName
{
color: #98DFBE;
}
</style>
background-color css
<style>
a { background-color: #98DFBE; }
a { background-color: rgb(152,223,190); }
div.DivClassName
{
background-color: #98DFBE;
}
.BgClassName
{
background-color: #98DFBE;
}
</style>
border-color css
<style>
span { border-color: #98DFBE; }
span { border-color: rgb(152,223,190); }
td.TdClassName
{
border-color: #98DFBE;
}
.TagClassName
{
border-color: #98DFBE;
}
</style>