Shades of Vista Blue #8FC6AD
Tints of Vista Blue #8FC6AD
RGB
CMYK
RGB Variations
Color information
#8FC6AD (or 0x8FC6AD) is known color: Vista Blue. HEX triplet: 8F, C6 and AD. RGB value is (143,198,173). Sum of RGB (Red+Green+Blue) = 143+198+173=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC6AD is #703952. Grayscale: #B2B2B2. Windows color (decimal): -7354707 or 11388559. OLE color: 11388559.
HSL color Cylindrical-coordinate representation of color #8FC6AD: hue angle of 152.73º 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 #8FC6AD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 173 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.22 |
| HSL | 152.73º | 0.33% | 0.67% | - |
| HSV(B) | 152.73º | 0.28% | 0.78% | - |
| XYZ | 39.06 | 49.24 | 46.98 | - |
| YUV | 178.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 173 | 0.28 | 0 | 0.13 | 0.22 | 152.73 | 0.33 | 0.67 |
| Hex | 8F | C6 | AD | 1C | 0 | D | 16 | 99 | 21 | 43 |
| Octal | 217 | 306 | 255 | 34 | 0 | 15 | 26 | 231 | 41 | 103 |
| Binary | 10001111 | 11000110 | 10101101 | 11100 | 0 | 1101 | 10110 | 10011001 | 100001 | 1000011 |
Color Harmonies of #8FC6AD
Complementary color
Monochromatic Colors of #8FC6AD
Black with #8FC6AD
Text Example
Text Example
White with #8FC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC6AD; }
p { color: rgb(143,198,173); }
H1.HeaderClassName
{
color: #8FC6AD;
}
.AnyTagClassName
{
color: #8FC6AD;
}
</style>
background-color css
<style>
a { background-color: #8FC6AD; }
a { background-color: rgb(143,198,173); }
div.DivClassName
{
background-color: #8FC6AD;
}
.BgClassName
{
background-color: #8FC6AD;
}
</style>
border-color css
<style>
span { border-color: #8FC6AD; }
span { border-color: rgb(143,198,173); }
td.TdClassName
{
border-color: #8FC6AD;
}
.TagClassName
{
border-color: #8FC6AD;
}
</style>