Shades of Vista Blue #98C8AC
Tints of Vista Blue #98C8AC
RGB
CMYK
RGB Variations
Color information
#98C8AC (or 0x98C8AC) is known color: Vista Blue. HEX triplet: 98, C8 and AC. RGB value is (152,200,172). Sum of RGB (Red+Green+Blue) = 152+200+172=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #98C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C8AC is #673753. Grayscale: #B6B6B6. Windows color (decimal): -6764372 or 11323544. OLE color: 11323544.
HSL color Cylindrical-coordinate representation of color #98C8AC: hue angle of 145º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C8AC is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 172 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.22 |
| HSL | 145º | 0.3% | 0.69% | - |
| HSV(B) | 145º | 0.24% | 0.78% | - |
| XYZ | 41.05 | 50.96 | 46.7 | - |
| YUV | 182.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 172 | 0.24 | 0 | 0.14 | 0.22 | 145 | 0.3 | 0.69 |
| Hex | 98 | C8 | AC | 18 | 0 | E | 16 | 91 | 1E | 45 |
| Octal | 230 | 310 | 254 | 30 | 0 | 16 | 26 | 221 | 36 | 105 |
| Binary | 10011000 | 11001000 | 10101100 | 11000 | 0 | 1110 | 10110 | 10010001 | 11110 | 1000101 |
Color Harmonies of #98C8AC
Complementary color
Monochromatic Colors of #98C8AC
Black with #98C8AC
Text Example
Text Example
White with #98C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8AC; }
p { color: rgb(152,200,172); }
H1.HeaderClassName
{
color: #98C8AC;
}
.AnyTagClassName
{
color: #98C8AC;
}
</style>
background-color css
<style>
a { background-color: #98C8AC; }
a { background-color: rgb(152,200,172); }
div.DivClassName
{
background-color: #98C8AC;
}
.BgClassName
{
background-color: #98C8AC;
}
</style>
border-color css
<style>
span { border-color: #98C8AC; }
span { border-color: rgb(152,200,172); }
td.TdClassName
{
border-color: #98C8AC;
}
.TagClassName
{
border-color: #98C8AC;
}
</style>