Shades of Vista Blue #8CDDAB
Tints of Vista Blue #8CDDAB
RGB
CMYK
RGB Variations
Color information
#8CDDAB (or 0x8CDDAB) is known color: Vista Blue. HEX triplet: 8C, DD and AB. RGB value is (140,221,171). Sum of RGB (Red+Green+Blue) = 140+221+171=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDAB is #732254. Grayscale: #BFBFBF. Windows color (decimal): -7545429 or 11263372. OLE color: 11263372.
HSL color Cylindrical-coordinate representation of color #8CDDAB: hue angle of 142.96º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDAB is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 171 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.13 |
| HSL | 142.96º | 0.54% | 0.71% | - |
| HSV(B) | 142.96º | 0.37% | 0.87% | - |
| XYZ | 44.02 | 60.23 | 47.83 | - |
| YUV | 191.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 171 | 0.37 | 0 | 0.23 | 0.13 | 142.96 | 0.54 | 0.71 |
| Hex | 8C | DD | AB | 25 | 0 | 17 | D | 8F | 36 | 47 |
| Octal | 214 | 335 | 253 | 45 | 0 | 27 | 15 | 217 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10101011 | 100101 | 0 | 10111 | 1101 | 10001111 | 110110 | 1000111 |
Color Harmonies of #8CDDAB
Complementary color
Monochromatic Colors of #8CDDAB
Black with #8CDDAB
Text Example
Text Example
White with #8CDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDAB; }
p { color: rgb(140,221,171); }
H1.HeaderClassName
{
color: #8CDDAB;
}
.AnyTagClassName
{
color: #8CDDAB;
}
</style>
background-color css
<style>
a { background-color: #8CDDAB; }
a { background-color: rgb(140,221,171); }
div.DivClassName
{
background-color: #8CDDAB;
}
.BgClassName
{
background-color: #8CDDAB;
}
</style>
border-color css
<style>
span { border-color: #8CDDAB; }
span { border-color: rgb(140,221,171); }
td.TdClassName
{
border-color: #8CDDAB;
}
.TagClassName
{
border-color: #8CDDAB;
}
</style>