Shades of Vista Blue #8CDBAF
Tints of Vista Blue #8CDBAF
RGB
CMYK
RGB Variations
Color information
#8CDBAF (or 0x8CDBAF) is known color: Vista Blue. HEX triplet: 8C, DB and AF. RGB value is (140,219,175). Sum of RGB (Red+Green+Blue) = 140+219+175=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDBAF is #732450. Grayscale: #BEBEBE. Windows color (decimal): -7545937 or 11525004. OLE color: 11525004.
HSL color Cylindrical-coordinate representation of color #8CDBAF: hue angle of 146.58º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBAF is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 175 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.14 |
| HSL | 146.58º | 0.52% | 0.7% | - |
| HSV(B) | 146.58º | 0.36% | 0.86% | - |
| XYZ | 43.88 | 59.33 | 49.7 | - |
| YUV | 190.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 175 | 0.36 | 0 | 0.20 | 0.14 | 146.58 | 0.52 | 0.7 |
| Hex | 8C | DB | AF | 24 | 0 | 14 | E | 93 | 34 | 46 |
| Octal | 214 | 333 | 257 | 44 | 0 | 24 | 16 | 223 | 64 | 106 |
| Binary | 10001100 | 11011011 | 10101111 | 100100 | 0 | 10100 | 1110 | 10010011 | 110100 | 1000110 |
Color Harmonies of #8CDBAF
Complementary color
Monochromatic Colors of #8CDBAF
Black with #8CDBAF
Text Example
Text Example
White with #8CDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBAF; }
p { color: rgb(140,219,175); }
H1.HeaderClassName
{
color: #8CDBAF;
}
.AnyTagClassName
{
color: #8CDBAF;
}
</style>
background-color css
<style>
a { background-color: #8CDBAF; }
a { background-color: rgb(140,219,175); }
div.DivClassName
{
background-color: #8CDBAF;
}
.BgClassName
{
background-color: #8CDBAF;
}
</style>
border-color css
<style>
span { border-color: #8CDBAF; }
span { border-color: rgb(140,219,175); }
td.TdClassName
{
border-color: #8CDBAF;
}
.TagClassName
{
border-color: #8CDBAF;
}
</style>