Shades of Vista Blue #8CCFAB
Tints of Vista Blue #8CCFAB
RGB
CMYK
RGB Variations
Color information
#8CCFAB (or 0x8CCFAB) is known color: Vista Blue. HEX triplet: 8C, CF and AB. RGB value is (140,207,171). Sum of RGB (Red+Green+Blue) = 140+207+171=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCFAB is #733054. Grayscale: #B6B6B6. Windows color (decimal): -7549013 or 11259788. OLE color: 11259788.
HSL color Cylindrical-coordinate representation of color #8CCFAB: hue angle of 147.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFAB is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 171 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.19 |
| HSL | 147.76º | 0.41% | 0.68% | - |
| HSV(B) | 147.76º | 0.32% | 0.81% | - |
| XYZ | 40.48 | 53.14 | 46.65 | - |
| YUV | 182.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 171 | 0.32 | 0 | 0.17 | 0.19 | 147.76 | 0.41 | 0.68 |
| Hex | 8C | CF | AB | 20 | 0 | 11 | 13 | 94 | 29 | 44 |
| Octal | 214 | 317 | 253 | 40 | 0 | 21 | 23 | 224 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10101011 | 100000 | 0 | 10001 | 10011 | 10010100 | 101001 | 1000100 |
Color Harmonies of #8CCFAB
Complementary color
Monochromatic Colors of #8CCFAB
Black with #8CCFAB
Text Example
Text Example
White with #8CCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFAB; }
p { color: rgb(140,207,171); }
H1.HeaderClassName
{
color: #8CCFAB;
}
.AnyTagClassName
{
color: #8CCFAB;
}
</style>
background-color css
<style>
a { background-color: #8CCFAB; }
a { background-color: rgb(140,207,171); }
div.DivClassName
{
background-color: #8CCFAB;
}
.BgClassName
{
background-color: #8CCFAB;
}
</style>
border-color css
<style>
span { border-color: #8CCFAB; }
span { border-color: rgb(140,207,171); }
td.TdClassName
{
border-color: #8CCFAB;
}
.TagClassName
{
border-color: #8CCFAB;
}
</style>