Shades of Vista Blue #8FCDAC
Tints of Vista Blue #8FCDAC
RGB
CMYK
RGB Variations
Color information
#8FCDAC (or 0x8FCDAC) is known color: Vista Blue. HEX triplet: 8F, CD and AC. RGB value is (143,205,172). Sum of RGB (Red+Green+Blue) = 143+205+172=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDAC is #703253. Grayscale: #B6B6B6. Windows color (decimal): -7352916 or 11324815. OLE color: 11324815.
HSL color Cylindrical-coordinate representation of color #8FCDAC: hue angle of 148.06º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCDAC is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 172 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.20 |
| HSL | 148.06º | 0.38% | 0.68% | - |
| HSV(B) | 148.06º | 0.3% | 0.8% | - |
| XYZ | 40.61 | 52.48 | 47.02 | - |
| YUV | 182.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 172 | 0.30 | 0 | 0.16 | 0.20 | 148.06 | 0.38 | 0.68 |
| Hex | 8F | CD | AC | 1E | 0 | 10 | 14 | 94 | 26 | 44 |
| Octal | 217 | 315 | 254 | 36 | 0 | 20 | 24 | 224 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10101100 | 11110 | 0 | 10000 | 10100 | 10010100 | 100110 | 1000100 |
Color Harmonies of #8FCDAC
Complementary color
Monochromatic Colors of #8FCDAC
Black with #8FCDAC
Text Example
Text Example
White with #8FCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDAC; }
p { color: rgb(143,205,172); }
H1.HeaderClassName
{
color: #8FCDAC;
}
.AnyTagClassName
{
color: #8FCDAC;
}
</style>
background-color css
<style>
a { background-color: #8FCDAC; }
a { background-color: rgb(143,205,172); }
div.DivClassName
{
background-color: #8FCDAC;
}
.BgClassName
{
background-color: #8FCDAC;
}
</style>
border-color css
<style>
span { border-color: #8FCDAC; }
span { border-color: rgb(143,205,172); }
td.TdClassName
{
border-color: #8FCDAC;
}
.TagClassName
{
border-color: #8FCDAC;
}
</style>