Shades of Vista Blue #8CDFAB
Tints of Vista Blue #8CDFAB
RGB
CMYK
RGB Variations
Color information
#8CDFAB (or 0x8CDFAB) is known color: Vista Blue. HEX triplet: 8C, DF and AB. RGB value is (140,223,171). Sum of RGB (Red+Green+Blue) = 140+223+171=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDFAB is #732054. Grayscale: #C0C0C0. Windows color (decimal): -7544917 or 11263884. OLE color: 11263884.
HSL color Cylindrical-coordinate representation of color #8CDFAB: hue angle of 142.41º 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 #8CDFAB is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 171 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.13 |
| HSL | 142.41º | 0.56% | 0.71% | - |
| HSV(B) | 142.41º | 0.37% | 0.87% | - |
| XYZ | 44.55 | 61.29 | 48.01 | - |
| YUV | 192.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 171 | 0.37 | 0 | 0.23 | 0.13 | 142.41 | 0.56 | 0.71 |
| Hex | 8C | DF | AB | 25 | 0 | 17 | D | 8E | 38 | 47 |
| Octal | 214 | 337 | 253 | 45 | 0 | 27 | 15 | 216 | 70 | 107 |
| Binary | 10001100 | 11011111 | 10101011 | 100101 | 0 | 10111 | 1101 | 10001110 | 111000 | 1000111 |
Color Harmonies of #8CDFAB
Complementary color
Monochromatic Colors of #8CDFAB
Black with #8CDFAB
Text Example
Text Example
White with #8CDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFAB; }
p { color: rgb(140,223,171); }
H1.HeaderClassName
{
color: #8CDFAB;
}
.AnyTagClassName
{
color: #8CDFAB;
}
</style>
background-color css
<style>
a { background-color: #8CDFAB; }
a { background-color: rgb(140,223,171); }
div.DivClassName
{
background-color: #8CDFAB;
}
.BgClassName
{
background-color: #8CDFAB;
}
</style>
border-color css
<style>
span { border-color: #8CDFAB; }
span { border-color: rgb(140,223,171); }
td.TdClassName
{
border-color: #8CDFAB;
}
.TagClassName
{
border-color: #8CDFAB;
}
</style>