Shades of Vista Blue #8CDDAF
Tints of Vista Blue #8CDDAF
RGB
CMYK
RGB Variations
Color information
#8CDDAF (or 0x8CDDAF) is known color: Vista Blue. HEX triplet: 8C, DD and AF. RGB value is (140,221,175). Sum of RGB (Red+Green+Blue) = 140+221+175=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDAF is #732250. Grayscale: #BFBFBF. Windows color (decimal): -7545425 or 11525516. OLE color: 11525516.
HSL color Cylindrical-coordinate representation of color #8CDDAF: hue angle of 145.93º 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 #8CDDAF is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 175 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.13 |
| HSL | 145.93º | 0.54% | 0.71% | - |
| HSV(B) | 145.93º | 0.37% | 0.87% | - |
| XYZ | 44.41 | 60.38 | 49.87 | - |
| YUV | 191.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 175 | 0.37 | 0 | 0.21 | 0.13 | 145.93 | 0.54 | 0.71 |
| Hex | 8C | DD | AF | 25 | 0 | 15 | D | 92 | 36 | 47 |
| Octal | 214 | 335 | 257 | 45 | 0 | 25 | 15 | 222 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10101111 | 100101 | 0 | 10101 | 1101 | 10010010 | 110110 | 1000111 |
Color Harmonies of #8CDDAF
Complementary color
Monochromatic Colors of #8CDDAF
Black with #8CDDAF
Text Example
Text Example
White with #8CDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDAF; }
p { color: rgb(140,221,175); }
H1.HeaderClassName
{
color: #8CDDAF;
}
.AnyTagClassName
{
color: #8CDDAF;
}
</style>
background-color css
<style>
a { background-color: #8CDDAF; }
a { background-color: rgb(140,221,175); }
div.DivClassName
{
background-color: #8CDDAF;
}
.BgClassName
{
background-color: #8CDDAF;
}
</style>
border-color css
<style>
span { border-color: #8CDDAF; }
span { border-color: rgb(140,221,175); }
td.TdClassName
{
border-color: #8CDDAF;
}
.TagClassName
{
border-color: #8CDDAF;
}
</style>