Shades of Vista Blue #8FCEAA
Tints of Vista Blue #8FCEAA
RGB
CMYK
RGB Variations
Color information
#8FCEAA (or 0x8FCEAA) is known color: Vista Blue. HEX triplet: 8F, CE and AA. RGB value is (143,206,170). Sum of RGB (Red+Green+Blue) = 143+206+170=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEAA is #703155. Grayscale: #B7B7B7. Windows color (decimal): -7352662 or 11193999. OLE color: 11193999.
HSL color Cylindrical-coordinate representation of color #8FCEAA: hue angle of 145.71º 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 #8FCEAA is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 170 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.19 |
| HSL | 145.71º | 0.39% | 0.68% | - |
| HSV(B) | 145.71º | 0.31% | 0.81% | - |
| XYZ | 40.65 | 52.88 | 46.1 | - |
| YUV | 183.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 170 | 0.31 | 0 | 0.17 | 0.19 | 145.71 | 0.39 | 0.68 |
| Hex | 8F | CE | AA | 1F | 0 | 11 | 13 | 92 | 27 | 44 |
| Octal | 217 | 316 | 252 | 37 | 0 | 21 | 23 | 222 | 47 | 104 |
| Binary | 10001111 | 11001110 | 10101010 | 11111 | 0 | 10001 | 10011 | 10010010 | 100111 | 1000100 |
Color Harmonies of #8FCEAA
Complementary color
Monochromatic Colors of #8FCEAA
Black with #8FCEAA
Text Example
Text Example
White with #8FCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEAA; }
p { color: rgb(143,206,170); }
H1.HeaderClassName
{
color: #8FCEAA;
}
.AnyTagClassName
{
color: #8FCEAA;
}
</style>
background-color css
<style>
a { background-color: #8FCEAA; }
a { background-color: rgb(143,206,170); }
div.DivClassName
{
background-color: #8FCEAA;
}
.BgClassName
{
background-color: #8FCEAA;
}
</style>
border-color css
<style>
span { border-color: #8FCEAA; }
span { border-color: rgb(143,206,170); }
td.TdClassName
{
border-color: #8FCEAA;
}
.TagClassName
{
border-color: #8FCEAA;
}
</style>