Shades of Vista Blue #8CDEAA
Tints of Vista Blue #8CDEAA
RGB
CMYK
RGB Variations
Color information
#8CDEAA (or 0x8CDEAA) is known color: Vista Blue. HEX triplet: 8C, DE and AA. RGB value is (140,222,170). Sum of RGB (Red+Green+Blue) = 140+222+170=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDEAA is #732155. Grayscale: #BFBFBF. Windows color (decimal): -7545174 or 11198092. OLE color: 11198092.
HSL color Cylindrical-coordinate representation of color #8CDEAA: hue angle of 141.95º degrees, saturation: 0.55, 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 #8CDEAA is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 170 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.13 |
| HSL | 141.95º | 0.55% | 0.71% | - |
| HSV(B) | 141.95º | 0.37% | 0.87% | - |
| XYZ | 44.19 | 60.72 | 47.42 | - |
| YUV | 191.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 170 | 0.37 | 0 | 0.23 | 0.13 | 141.95 | 0.55 | 0.71 |
| Hex | 8C | DE | AA | 25 | 0 | 17 | D | 8E | 37 | 47 |
| Octal | 214 | 336 | 252 | 45 | 0 | 27 | 15 | 216 | 67 | 107 |
| Binary | 10001100 | 11011110 | 10101010 | 100101 | 0 | 10111 | 1101 | 10001110 | 110111 | 1000111 |
Color Harmonies of #8CDEAA
Complementary color
Monochromatic Colors of #8CDEAA
Black with #8CDEAA
Text Example
Text Example
White with #8CDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDEAA; }
p { color: rgb(140,222,170); }
H1.HeaderClassName
{
color: #8CDEAA;
}
.AnyTagClassName
{
color: #8CDEAA;
}
</style>
background-color css
<style>
a { background-color: #8CDEAA; }
a { background-color: rgb(140,222,170); }
div.DivClassName
{
background-color: #8CDEAA;
}
.BgClassName
{
background-color: #8CDEAA;
}
</style>
border-color css
<style>
span { border-color: #8CDEAA; }
span { border-color: rgb(140,222,170); }
td.TdClassName
{
border-color: #8CDEAA;
}
.TagClassName
{
border-color: #8CDEAA;
}
</style>