Shades of Vista Blue #98D5AF
Tints of Vista Blue #98D5AF
RGB
CMYK
RGB Variations
Color information
#98D5AF (or 0x98D5AF) is known color: Vista Blue. HEX triplet: 98, D5 and AF. RGB value is (152,213,175). Sum of RGB (Red+Green+Blue) = 152+213+175=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5AF is #672A50. Grayscale: #BEBEBE. Windows color (decimal): -6761041 or 11523480. OLE color: 11523480.
HSL color Cylindrical-coordinate representation of color #98D5AF: hue angle of 142.62º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D5AF is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 175 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.16 |
| HSL | 142.62º | 0.42% | 0.72% | - |
| HSV(B) | 142.62º | 0.29% | 0.84% | - |
| XYZ | 44.48 | 57.36 | 49.28 | - |
| YUV | 190.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 175 | 0.29 | 0 | 0.18 | 0.16 | 142.62 | 0.42 | 0.72 |
| Hex | 98 | D5 | AF | 1D | 0 | 12 | 10 | 8F | 2A | 48 |
| Octal | 230 | 325 | 257 | 35 | 0 | 22 | 20 | 217 | 52 | 110 |
| Binary | 10011000 | 11010101 | 10101111 | 11101 | 0 | 10010 | 10000 | 10001111 | 101010 | 1001000 |
Color Harmonies of #98D5AF
Complementary color
Monochromatic Colors of #98D5AF
Black with #98D5AF
Text Example
Text Example
White with #98D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5AF; }
p { color: rgb(152,213,175); }
H1.HeaderClassName
{
color: #98D5AF;
}
.AnyTagClassName
{
color: #98D5AF;
}
</style>
background-color css
<style>
a { background-color: #98D5AF; }
a { background-color: rgb(152,213,175); }
div.DivClassName
{
background-color: #98D5AF;
}
.BgClassName
{
background-color: #98D5AF;
}
</style>
border-color css
<style>
span { border-color: #98D5AF; }
span { border-color: rgb(152,213,175); }
td.TdClassName
{
border-color: #98D5AF;
}
.TagClassName
{
border-color: #98D5AF;
}
</style>