Shades of Vista Blue #8CCBA6
Tints of Vista Blue #8CCBA6
RGB
CMYK
RGB Variations
Color information
#8CCBA6 (or 0x8CCBA6) is known color: Vista Blue. HEX triplet: 8C, CB and A6. RGB value is (140,203,166). Sum of RGB (Red+Green+Blue) = 140+203+166=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCBA6 is #733459. Grayscale: #B4B4B4. Windows color (decimal): -7550042 or 10931084. OLE color: 10931084.
HSL color Cylindrical-coordinate representation of color #8CCBA6: hue angle of 144.76º 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 #8CCBA6 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 166 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.20 |
| HSL | 144.76º | 0.38% | 0.67% | - |
| HSV(B) | 144.76º | 0.31% | 0.8% | - |
| XYZ | 39.05 | 51.04 | 43.87 | - |
| YUV | 179.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 166 | 0.31 | 0 | 0.18 | 0.20 | 144.76 | 0.38 | 0.67 |
| Hex | 8C | CB | A6 | 1F | 0 | 12 | 14 | 91 | 26 | 43 |
| Octal | 214 | 313 | 246 | 37 | 0 | 22 | 24 | 221 | 46 | 103 |
| Binary | 10001100 | 11001011 | 10100110 | 11111 | 0 | 10010 | 10100 | 10010001 | 100110 | 1000011 |
Color Harmonies of #8CCBA6
Complementary color
Monochromatic Colors of #8CCBA6
Black with #8CCBA6
Text Example
Text Example
White with #8CCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBA6; }
p { color: rgb(140,203,166); }
H1.HeaderClassName
{
color: #8CCBA6;
}
.AnyTagClassName
{
color: #8CCBA6;
}
</style>
background-color css
<style>
a { background-color: #8CCBA6; }
a { background-color: rgb(140,203,166); }
div.DivClassName
{
background-color: #8CCBA6;
}
.BgClassName
{
background-color: #8CCBA6;
}
</style>
border-color css
<style>
span { border-color: #8CCBA6; }
span { border-color: rgb(140,203,166); }
td.TdClassName
{
border-color: #8CCBA6;
}
.TagClassName
{
border-color: #8CCBA6;
}
</style>