Shades of Vista Blue #98C4AA
Tints of Vista Blue #98C4AA
RGB
CMYK
RGB Variations
Color information
#98C4AA (or 0x98C4AA) is known color: Vista Blue. HEX triplet: 98, C4 and AA. RGB value is (152,196,170). Sum of RGB (Red+Green+Blue) = 152+196+170=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #98C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C4AA is #673B55. Grayscale: #B3B3B3. Windows color (decimal): -6765398 or 11191448. OLE color: 11191448.
HSL color Cylindrical-coordinate representation of color #98C4AA: hue angle of 144.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C4AA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 196 | 170 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.23 |
| HSL | 144.55º | 0.27% | 0.68% | - |
| HSV(B) | 144.55º | 0.22% | 0.77% | - |
| XYZ | 39.94 | 49.06 | 45.39 | - |
| YUV | 179.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 196 | 170 | 0.22 | 0 | 0.13 | 0.23 | 144.55 | 0.27 | 0.68 |
| Hex | 98 | C4 | AA | 16 | 0 | D | 17 | 91 | 1B | 44 |
| Octal | 230 | 304 | 252 | 26 | 0 | 15 | 27 | 221 | 33 | 104 |
| Binary | 10011000 | 11000100 | 10101010 | 10110 | 0 | 1101 | 10111 | 10010001 | 11011 | 1000100 |
Color Harmonies of #98C4AA
Complementary color
Monochromatic Colors of #98C4AA
Black with #98C4AA
Text Example
Text Example
White with #98C4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C4AA; }
p { color: rgb(152,196,170); }
H1.HeaderClassName
{
color: #98C4AA;
}
.AnyTagClassName
{
color: #98C4AA;
}
</style>
background-color css
<style>
a { background-color: #98C4AA; }
a { background-color: rgb(152,196,170); }
div.DivClassName
{
background-color: #98C4AA;
}
.BgClassName
{
background-color: #98C4AA;
}
</style>
border-color css
<style>
span { border-color: #98C4AA; }
span { border-color: rgb(152,196,170); }
td.TdClassName
{
border-color: #98C4AA;
}
.TagClassName
{
border-color: #98C4AA;
}
</style>