Shades of Vista Blue #8DCBA4
Tints of Vista Blue #8DCBA4
RGB
CMYK
RGB Variations
Color information
#8DCBA4 (or 0x8DCBA4) is known color: Vista Blue. HEX triplet: 8D, CB and A4. RGB value is (141,203,164). Sum of RGB (Red+Green+Blue) = 141+203+164=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBA4 is #72345B. Grayscale: #B4B4B4. Windows color (decimal): -7484508 or 10800013. OLE color: 10800013.
HSL color Cylindrical-coordinate representation of color #8DCBA4: hue angle of 142.26º degrees, saturation: 0.37, 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 #8DCBA4 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 164 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.20 |
| HSL | 142.26º | 0.37% | 0.67% | - |
| HSV(B) | 142.26º | 0.31% | 0.8% | - |
| XYZ | 39.04 | 51.05 | 42.92 | - |
| YUV | 180.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 164 | 0.31 | 0 | 0.19 | 0.20 | 142.26 | 0.37 | 0.67 |
| Hex | 8D | CB | A4 | 1F | 0 | 13 | 14 | 8E | 25 | 43 |
| Octal | 215 | 313 | 244 | 37 | 0 | 23 | 24 | 216 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10100100 | 11111 | 0 | 10011 | 10100 | 10001110 | 100101 | 1000011 |
Color Harmonies of #8DCBA4
Complementary color
Monochromatic Colors of #8DCBA4
Black with #8DCBA4
Text Example
Text Example
White with #8DCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBA4; }
p { color: rgb(141,203,164); }
H1.HeaderClassName
{
color: #8DCBA4;
}
.AnyTagClassName
{
color: #8DCBA4;
}
</style>
background-color css
<style>
a { background-color: #8DCBA4; }
a { background-color: rgb(141,203,164); }
div.DivClassName
{
background-color: #8DCBA4;
}
.BgClassName
{
background-color: #8DCBA4;
}
</style>
border-color css
<style>
span { border-color: #8DCBA4; }
span { border-color: rgb(141,203,164); }
td.TdClassName
{
border-color: #8DCBA4;
}
.TagClassName
{
border-color: #8DCBA4;
}
</style>