Shades of Vista Blue #8CCCAB
Tints of Vista Blue #8CCCAB
RGB
CMYK
RGB Variations
Color information
#8CCCAB (or 0x8CCCAB) is known color: Vista Blue. HEX triplet: 8C, CC and AB. RGB value is (140,204,171). Sum of RGB (Red+Green+Blue) = 140+204+171=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCCAB is #733354. Grayscale: #B5B5B5. Windows color (decimal): -7549781 or 11259020. OLE color: 11259020.
HSL color Cylindrical-coordinate representation of color #8CCCAB: hue angle of 149.06º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCAB is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 171 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.2 |
| HSL | 149.06º | 0.39% | 0.67% | - |
| HSV(B) | 149.06º | 0.31% | 0.8% | - |
| XYZ | 39.76 | 51.7 | 46.41 | - |
| YUV | 181.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 171 | 0.31 | 0 | 0.16 | 0.2 | 149.06 | 0.39 | 0.67 |
| Hex | 8C | CC | AB | 1F | 0 | 10 | 14 | 95 | 27 | 43 |
| Octal | 214 | 314 | 253 | 37 | 0 | 20 | 24 | 225 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10101011 | 11111 | 0 | 10000 | 10100 | 10010101 | 100111 | 1000011 |
Color Harmonies of #8CCCAB
Complementary color
Monochromatic Colors of #8CCCAB
Black with #8CCCAB
Text Example
Text Example
White with #8CCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCAB; }
p { color: rgb(140,204,171); }
H1.HeaderClassName
{
color: #8CCCAB;
}
.AnyTagClassName
{
color: #8CCCAB;
}
</style>
background-color css
<style>
a { background-color: #8CCCAB; }
a { background-color: rgb(140,204,171); }
div.DivClassName
{
background-color: #8CCCAB;
}
.BgClassName
{
background-color: #8CCCAB;
}
</style>
border-color css
<style>
span { border-color: #8CCCAB; }
span { border-color: rgb(140,204,171); }
td.TdClassName
{
border-color: #8CCCAB;
}
.TagClassName
{
border-color: #8CCCAB;
}
</style>