Shades of Vista Blue #8FC8AE
Tints of Vista Blue #8FC8AE
RGB
CMYK
RGB Variations
Color information
#8FC8AE (or 0x8FC8AE) is known color: Vista Blue. HEX triplet: 8F, C8 and AE. RGB value is (143,200,174). Sum of RGB (Red+Green+Blue) = 143+200+174=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC8AE is #703751. Grayscale: #B4B4B4. Windows color (decimal): -7354194 or 11454607. OLE color: 11454607.
HSL color Cylindrical-coordinate representation of color #8FC8AE: hue angle of 152.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC8AE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 174 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.22 |
| HSL | 152.63º | 0.34% | 0.67% | - |
| HSV(B) | 152.63º | 0.29% | 0.78% | - |
| XYZ | 39.62 | 50.2 | 47.65 | - |
| YUV | 179.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 174 | 0.28 | 0 | 0.13 | 0.22 | 152.63 | 0.34 | 0.67 |
| Hex | 8F | C8 | AE | 1C | 0 | D | 16 | 99 | 22 | 43 |
| Octal | 217 | 310 | 256 | 34 | 0 | 15 | 26 | 231 | 42 | 103 |
| Binary | 10001111 | 11001000 | 10101110 | 11100 | 0 | 1101 | 10110 | 10011001 | 100010 | 1000011 |
Color Harmonies of #8FC8AE
Complementary color
Monochromatic Colors of #8FC8AE
Black with #8FC8AE
Text Example
Text Example
White with #8FC8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC8AE; }
p { color: rgb(143,200,174); }
H1.HeaderClassName
{
color: #8FC8AE;
}
.AnyTagClassName
{
color: #8FC8AE;
}
</style>
background-color css
<style>
a { background-color: #8FC8AE; }
a { background-color: rgb(143,200,174); }
div.DivClassName
{
background-color: #8FC8AE;
}
.BgClassName
{
background-color: #8FC8AE;
}
</style>
border-color css
<style>
span { border-color: #8FC8AE; }
span { border-color: rgb(143,200,174); }
td.TdClassName
{
border-color: #8FC8AE;
}
.TagClassName
{
border-color: #8FC8AE;
}
</style>