Shades of Vista Blue #8DCBAA
Tints of Vista Blue #8DCBAA
RGB
CMYK
RGB Variations
Color information
#8DCBAA (or 0x8DCBAA) is known color: Vista Blue. HEX triplet: 8D, CB and AA. RGB value is (141,203,170). Sum of RGB (Red+Green+Blue) = 141+203+170=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBAA is #723455. Grayscale: #B4B4B4. Windows color (decimal): -7484502 or 11193229. OLE color: 11193229.
HSL color Cylindrical-coordinate representation of color #8DCBAA: hue angle of 148.06º 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 #8DCBAA is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 170 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.20 |
| HSL | 148.06º | 0.37% | 0.67% | - |
| HSV(B) | 148.06º | 0.31% | 0.8% | - |
| XYZ | 39.6 | 51.28 | 45.84 | - |
| YUV | 180.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 170 | 0.31 | 0 | 0.16 | 0.20 | 148.06 | 0.37 | 0.67 |
| Hex | 8D | CB | AA | 1F | 0 | 10 | 14 | 94 | 25 | 43 |
| Octal | 215 | 313 | 252 | 37 | 0 | 20 | 24 | 224 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10101010 | 11111 | 0 | 10000 | 10100 | 10010100 | 100101 | 1000011 |
Color Harmonies of #8DCBAA
Complementary color
Monochromatic Colors of #8DCBAA
Black with #8DCBAA
Text Example
Text Example
White with #8DCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBAA; }
p { color: rgb(141,203,170); }
H1.HeaderClassName
{
color: #8DCBAA;
}
.AnyTagClassName
{
color: #8DCBAA;
}
</style>
background-color css
<style>
a { background-color: #8DCBAA; }
a { background-color: rgb(141,203,170); }
div.DivClassName
{
background-color: #8DCBAA;
}
.BgClassName
{
background-color: #8DCBAA;
}
</style>
border-color css
<style>
span { border-color: #8DCBAA; }
span { border-color: rgb(141,203,170); }
td.TdClassName
{
border-color: #8DCBAA;
}
.TagClassName
{
border-color: #8DCBAA;
}
</style>