Shades of Vista Blue #8FC7AD
Tints of Vista Blue #8FC7AD
RGB
CMYK
RGB Variations
Color information
#8FC7AD (or 0x8FC7AD) is known color: Vista Blue. HEX triplet: 8F, C7 and AD. RGB value is (143,199,173). Sum of RGB (Red+Green+Blue) = 143+199+173=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC7AD is #703852. Grayscale: #B3B3B3. Windows color (decimal): -7354451 or 11388815. OLE color: 11388815.
HSL color Cylindrical-coordinate representation of color #8FC7AD: hue angle of 152.14º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC7AD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 173 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.22 |
| HSL | 152.14º | 0.33% | 0.67% | - |
| HSV(B) | 152.14º | 0.28% | 0.78% | - |
| XYZ | 39.29 | 49.7 | 47.06 | - |
| YUV | 179.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 173 | 0.28 | 0 | 0.13 | 0.22 | 152.14 | 0.33 | 0.67 |
| Hex | 8F | C7 | AD | 1C | 0 | D | 16 | 98 | 21 | 43 |
| Octal | 217 | 307 | 255 | 34 | 0 | 15 | 26 | 230 | 41 | 103 |
| Binary | 10001111 | 11000111 | 10101101 | 11100 | 0 | 1101 | 10110 | 10011000 | 100001 | 1000011 |
Color Harmonies of #8FC7AD
Complementary color
Monochromatic Colors of #8FC7AD
Black with #8FC7AD
Text Example
Text Example
White with #8FC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC7AD; }
p { color: rgb(143,199,173); }
H1.HeaderClassName
{
color: #8FC7AD;
}
.AnyTagClassName
{
color: #8FC7AD;
}
</style>
background-color css
<style>
a { background-color: #8FC7AD; }
a { background-color: rgb(143,199,173); }
div.DivClassName
{
background-color: #8FC7AD;
}
.BgClassName
{
background-color: #8FC7AD;
}
</style>
border-color css
<style>
span { border-color: #8FC7AD; }
span { border-color: rgb(143,199,173); }
td.TdClassName
{
border-color: #8FC7AD;
}
.TagClassName
{
border-color: #8FC7AD;
}
</style>