Shades of Vista Blue #98CFAC
Tints of Vista Blue #98CFAC
RGB
CMYK
RGB Variations
Color information
#98CFAC (or 0x98CFAC) is known color: Vista Blue. HEX triplet: 98, CF and AC. RGB value is (152,207,172). Sum of RGB (Red+Green+Blue) = 152+207+172=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFAC is #673053. Grayscale: #BABABA. Windows color (decimal): -6762580 or 11325336. OLE color: 11325336.
HSL color Cylindrical-coordinate representation of color #98CFAC: hue angle of 141.82º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFAC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 172 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.19 |
| HSL | 141.82º | 0.36% | 0.7% | - |
| HSV(B) | 141.82º | 0.27% | 0.81% | - |
| XYZ | 42.71 | 54.28 | 47.26 | - |
| YUV | 186.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 172 | 0.27 | 0 | 0.17 | 0.19 | 141.82 | 0.36 | 0.7 |
| Hex | 98 | CF | AC | 1B | 0 | 11 | 13 | 8E | 24 | 46 |
| Octal | 230 | 317 | 254 | 33 | 0 | 21 | 23 | 216 | 44 | 106 |
| Binary | 10011000 | 11001111 | 10101100 | 11011 | 0 | 10001 | 10011 | 10001110 | 100100 | 1000110 |
Color Harmonies of #98CFAC
Complementary color
Monochromatic Colors of #98CFAC
Black with #98CFAC
Text Example
Text Example
White with #98CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFAC; }
p { color: rgb(152,207,172); }
H1.HeaderClassName
{
color: #98CFAC;
}
.AnyTagClassName
{
color: #98CFAC;
}
</style>
background-color css
<style>
a { background-color: #98CFAC; }
a { background-color: rgb(152,207,172); }
div.DivClassName
{
background-color: #98CFAC;
}
.BgClassName
{
background-color: #98CFAC;
}
</style>
border-color css
<style>
span { border-color: #98CFAC; }
span { border-color: rgb(152,207,172); }
td.TdClassName
{
border-color: #98CFAC;
}
.TagClassName
{
border-color: #98CFAC;
}
</style>