Shades of Vista Blue #8FCEAC
Tints of Vista Blue #8FCEAC
RGB
CMYK
RGB Variations
Color information
#8FCEAC (or 0x8FCEAC) is known color: Vista Blue. HEX triplet: 8F, CE and AC. RGB value is (143,206,172). Sum of RGB (Red+Green+Blue) = 143+206+172=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEAC is #703153. Grayscale: #B7B7B7. Windows color (decimal): -7352660 or 11325071. OLE color: 11325071.
HSL color Cylindrical-coordinate representation of color #8FCEAC: hue angle of 147.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEAC is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 172 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.19 |
| HSL | 147.62º | 0.39% | 0.68% | - |
| HSV(B) | 147.62º | 0.31% | 0.81% | - |
| XYZ | 40.85 | 52.96 | 47.1 | - |
| YUV | 183.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 172 | 0.31 | 0 | 0.17 | 0.19 | 147.62 | 0.39 | 0.68 |
| Hex | 8F | CE | AC | 1F | 0 | 11 | 13 | 94 | 27 | 44 |
| Octal | 217 | 316 | 254 | 37 | 0 | 21 | 23 | 224 | 47 | 104 |
| Binary | 10001111 | 11001110 | 10101100 | 11111 | 0 | 10001 | 10011 | 10010100 | 100111 | 1000100 |
Color Harmonies of #8FCEAC
Complementary color
Monochromatic Colors of #8FCEAC
Black with #8FCEAC
Text Example
Text Example
White with #8FCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEAC; }
p { color: rgb(143,206,172); }
H1.HeaderClassName
{
color: #8FCEAC;
}
.AnyTagClassName
{
color: #8FCEAC;
}
</style>
background-color css
<style>
a { background-color: #8FCEAC; }
a { background-color: rgb(143,206,172); }
div.DivClassName
{
background-color: #8FCEAC;
}
.BgClassName
{
background-color: #8FCEAC;
}
</style>
border-color css
<style>
span { border-color: #8FCEAC; }
span { border-color: rgb(143,206,172); }
td.TdClassName
{
border-color: #8FCEAC;
}
.TagClassName
{
border-color: #8FCEAC;
}
</style>