Shades of Vista Blue #8CD2A9
Tints of Vista Blue #8CD2A9
RGB
CMYK
RGB Variations
Color information
#8CD2A9 (or 0x8CD2A9) is known color: Vista Blue. HEX triplet: 8C, D2 and A9. RGB value is (140,210,169). Sum of RGB (Red+Green+Blue) = 140+210+169=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD2A9 is #732D56. Grayscale: #B8B8B8. Windows color (decimal): -7548247 or 11129484. OLE color: 11129484.
HSL color Cylindrical-coordinate representation of color #8CD2A9: hue angle of 144.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD2A9 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 210 | 169 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.18 |
| HSL | 144.86º | 0.44% | 0.69% | - |
| HSV(B) | 144.86º | 0.33% | 0.82% | - |
| XYZ | 41.02 | 54.53 | 45.9 | - |
| YUV | 184.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 169 | 0.33 | 0 | 0.20 | 0.18 | 144.86 | 0.44 | 0.69 |
| Hex | 8C | D2 | A9 | 21 | 0 | 14 | 12 | 91 | 2C | 45 |
| Octal | 214 | 322 | 251 | 41 | 0 | 24 | 22 | 221 | 54 | 105 |
| Binary | 10001100 | 11010010 | 10101001 | 100001 | 0 | 10100 | 10010 | 10010001 | 101100 | 1000101 |
Color Harmonies of #8CD2A9
Complementary color
Monochromatic Colors of #8CD2A9
Black with #8CD2A9
Text Example
Text Example
White with #8CD2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD2A9; }
p { color: rgb(140,210,169); }
H1.HeaderClassName
{
color: #8CD2A9;
}
.AnyTagClassName
{
color: #8CD2A9;
}
</style>
background-color css
<style>
a { background-color: #8CD2A9; }
a { background-color: rgb(140,210,169); }
div.DivClassName
{
background-color: #8CD2A9;
}
.BgClassName
{
background-color: #8CD2A9;
}
</style>
border-color css
<style>
span { border-color: #8CD2A9; }
span { border-color: rgb(140,210,169); }
td.TdClassName
{
border-color: #8CD2A9;
}
.TagClassName
{
border-color: #8CD2A9;
}
</style>