Shades of Vista Blue #8CCBA8
Tints of Vista Blue #8CCBA8
RGB
CMYK
RGB Variations
Color information
#8CCBA8 (or 0x8CCBA8) is known color: Vista Blue. HEX triplet: 8C, CB and A8. RGB value is (140,203,168). Sum of RGB (Red+Green+Blue) = 140+203+168=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCBA8 is #733457. Grayscale: #B4B4B4. Windows color (decimal): -7550040 or 11062156. OLE color: 11062156.
HSL color Cylindrical-coordinate representation of color #8CCBA8: hue angle of 146.67º degrees, saturation: 0.38, 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 #8CCBA8 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 168 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.20 |
| HSL | 146.67º | 0.38% | 0.67% | - |
| HSV(B) | 146.67º | 0.31% | 0.8% | - |
| XYZ | 39.24 | 51.11 | 44.84 | - |
| YUV | 180.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 168 | 0.31 | 0 | 0.17 | 0.20 | 146.67 | 0.38 | 0.67 |
| Hex | 8C | CB | A8 | 1F | 0 | 11 | 14 | 93 | 26 | 43 |
| Octal | 214 | 313 | 250 | 37 | 0 | 21 | 24 | 223 | 46 | 103 |
| Binary | 10001100 | 11001011 | 10101000 | 11111 | 0 | 10001 | 10100 | 10010011 | 100110 | 1000011 |
Color Harmonies of #8CCBA8
Complementary color
Monochromatic Colors of #8CCBA8
Black with #8CCBA8
Text Example
Text Example
White with #8CCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBA8; }
p { color: rgb(140,203,168); }
H1.HeaderClassName
{
color: #8CCBA8;
}
.AnyTagClassName
{
color: #8CCBA8;
}
</style>
background-color css
<style>
a { background-color: #8CCBA8; }
a { background-color: rgb(140,203,168); }
div.DivClassName
{
background-color: #8CCBA8;
}
.BgClassName
{
background-color: #8CCBA8;
}
</style>
border-color css
<style>
span { border-color: #8CCBA8; }
span { border-color: rgb(140,203,168); }
td.TdClassName
{
border-color: #8CCBA8;
}
.TagClassName
{
border-color: #8CCBA8;
}
</style>