Shades of Vista Blue #8CDFAA
Tints of Vista Blue #8CDFAA
RGB
CMYK
RGB Variations
Color information
#8CDFAA (or 0x8CDFAA) is known color: Vista Blue. HEX triplet: 8C, DF and AA. RGB value is (140,223,170). Sum of RGB (Red+Green+Blue) = 140+223+170=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDFAA is #732055. Grayscale: #C0C0C0. Windows color (decimal): -7544918 or 11198348. OLE color: 11198348.
HSL color Cylindrical-coordinate representation of color #8CDFAA: hue angle of 141.69º 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 #8CDFAA is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 170 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.13 |
| HSL | 141.69º | 0.56% | 0.71% | - |
| HSV(B) | 141.69º | 0.37% | 0.87% | - |
| XYZ | 44.46 | 61.25 | 47.51 | - |
| YUV | 192.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 170 | 0.37 | 0 | 0.24 | 0.13 | 141.69 | 0.56 | 0.71 |
| Hex | 8C | DF | AA | 25 | 0 | 18 | D | 8E | 38 | 47 |
| Octal | 214 | 337 | 252 | 45 | 0 | 30 | 15 | 216 | 70 | 107 |
| Binary | 10001100 | 11011111 | 10101010 | 100101 | 0 | 11000 | 1101 | 10001110 | 111000 | 1000111 |
Color Harmonies of #8CDFAA
Complementary color
Monochromatic Colors of #8CDFAA
Black with #8CDFAA
Text Example
Text Example
White with #8CDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFAA; }
p { color: rgb(140,223,170); }
H1.HeaderClassName
{
color: #8CDFAA;
}
.AnyTagClassName
{
color: #8CDFAA;
}
</style>
background-color css
<style>
a { background-color: #8CDFAA; }
a { background-color: rgb(140,223,170); }
div.DivClassName
{
background-color: #8CDFAA;
}
.BgClassName
{
background-color: #8CDFAA;
}
</style>
border-color css
<style>
span { border-color: #8CDFAA; }
span { border-color: rgb(140,223,170); }
td.TdClassName
{
border-color: #8CDFAA;
}
.TagClassName
{
border-color: #8CDFAA;
}
</style>