Shades of Vista Blue #8CDFAC
Tints of Vista Blue #8CDFAC
RGB
CMYK
RGB Variations
Color information
#8CDFAC (or 0x8CDFAC) is known color: Vista Blue. HEX triplet: 8C, DF and AC. RGB value is (140,223,172). Sum of RGB (Red+Green+Blue) = 140+223+172=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDFAC is #732053. Grayscale: #C0C0C0. Windows color (decimal): -7544916 or 11329420. OLE color: 11329420.
HSL color Cylindrical-coordinate representation of color #8CDFAC: hue angle of 143.13º 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 #8CDFAC is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 172 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.13 |
| HSL | 143.13º | 0.56% | 0.71% | - |
| HSV(B) | 143.13º | 0.37% | 0.87% | - |
| XYZ | 44.65 | 61.33 | 48.51 | - |
| YUV | 192.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 172 | 0.37 | 0 | 0.23 | 0.13 | 143.13 | 0.56 | 0.71 |
| Hex | 8C | DF | AC | 25 | 0 | 17 | D | 8F | 38 | 47 |
| Octal | 214 | 337 | 254 | 45 | 0 | 27 | 15 | 217 | 70 | 107 |
| Binary | 10001100 | 11011111 | 10101100 | 100101 | 0 | 10111 | 1101 | 10001111 | 111000 | 1000111 |
Color Harmonies of #8CDFAC
Complementary color
Monochromatic Colors of #8CDFAC
Black with #8CDFAC
Text Example
Text Example
White with #8CDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFAC; }
p { color: rgb(140,223,172); }
H1.HeaderClassName
{
color: #8CDFAC;
}
.AnyTagClassName
{
color: #8CDFAC;
}
</style>
background-color css
<style>
a { background-color: #8CDFAC; }
a { background-color: rgb(140,223,172); }
div.DivClassName
{
background-color: #8CDFAC;
}
.BgClassName
{
background-color: #8CDFAC;
}
</style>
border-color css
<style>
span { border-color: #8CDFAC; }
span { border-color: rgb(140,223,172); }
td.TdClassName
{
border-color: #8CDFAC;
}
.TagClassName
{
border-color: #8CDFAC;
}
</style>