Shades of Vista Blue #8CDFAF
Tints of Vista Blue #8CDFAF
RGB
CMYK
RGB Variations
Color information
#8CDFAF (or 0x8CDFAF) is known color: Vista Blue. HEX triplet: 8C, DF and AF. RGB value is (140,223,175). Sum of RGB (Red+Green+Blue) = 140+223+175=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDFAF is #732050. Grayscale: #C0C0C0. Windows color (decimal): -7544913 or 11526028. OLE color: 11526028.
HSL color Cylindrical-coordinate representation of color #8CDFAF: hue angle of 145.3º degrees, saturation: 0.56, 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 #8CDFAF is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 175 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.13 |
| HSL | 145.3º | 0.56% | 0.71% | - |
| HSV(B) | 145.3º | 0.37% | 0.87% | - |
| XYZ | 44.94 | 61.45 | 50.05 | - |
| YUV | 192.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 175 | 0.37 | 0 | 0.22 | 0.13 | 145.3 | 0.56 | 0.71 |
| Hex | 8C | DF | AF | 25 | 0 | 16 | D | 91 | 38 | 47 |
| Octal | 214 | 337 | 257 | 45 | 0 | 26 | 15 | 221 | 70 | 107 |
| Binary | 10001100 | 11011111 | 10101111 | 100101 | 0 | 10110 | 1101 | 10010001 | 111000 | 1000111 |
Color Harmonies of #8CDFAF
Complementary color
Monochromatic Colors of #8CDFAF
Black with #8CDFAF
Text Example
Text Example
White with #8CDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFAF; }
p { color: rgb(140,223,175); }
H1.HeaderClassName
{
color: #8CDFAF;
}
.AnyTagClassName
{
color: #8CDFAF;
}
</style>
background-color css
<style>
a { background-color: #8CDFAF; }
a { background-color: rgb(140,223,175); }
div.DivClassName
{
background-color: #8CDFAF;
}
.BgClassName
{
background-color: #8CDFAF;
}
</style>
border-color css
<style>
span { border-color: #8CDFAF; }
span { border-color: rgb(140,223,175); }
td.TdClassName
{
border-color: #8CDFAF;
}
.TagClassName
{
border-color: #8CDFAF;
}
</style>