Shades of Vista Blue #8CDFBC
Tints of Vista Blue #8CDFBC
RGB
CMYK
RGB Variations
Color information
#8CDFBC (or 0x8CDFBC) is known color: Vista Blue. HEX triplet: 8C, DF and BC. RGB value is (140,223,188). Sum of RGB (Red+Green+Blue) = 140+223+188=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFBC is #732043. Grayscale: #C2C2C2. Windows color (decimal): -7544900 or 12377996. OLE color: 12377996.
HSL color Cylindrical-coordinate representation of color #8CDFBC: hue angle of 154.7º 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 #8CDFBC is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 188 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.13 |
| HSL | 154.7º | 0.56% | 0.71% | - |
| HSV(B) | 154.7º | 0.37% | 0.87% | - |
| XYZ | 46.28 | 61.98 | 57.1 | - |
| YUV | 194.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 188 | 0.37 | 0 | 0.16 | 0.13 | 154.7 | 0.56 | 0.71 |
| Hex | 8C | DF | BC | 25 | 0 | 10 | D | 9B | 38 | 47 |
| Octal | 214 | 337 | 274 | 45 | 0 | 20 | 15 | 233 | 70 | 107 |
| Binary | 10001100 | 11011111 | 10111100 | 100101 | 0 | 10000 | 1101 | 10011011 | 111000 | 1000111 |
Color Harmonies of #8CDFBC
Complementary color
Monochromatic Colors of #8CDFBC
Black with #8CDFBC
Text Example
Text Example
White with #8CDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFBC; }
p { color: rgb(140,223,188); }
H1.HeaderClassName
{
color: #8CDFBC;
}
.AnyTagClassName
{
color: #8CDFBC;
}
</style>
background-color css
<style>
a { background-color: #8CDFBC; }
a { background-color: rgb(140,223,188); }
div.DivClassName
{
background-color: #8CDFBC;
}
.BgClassName
{
background-color: #8CDFBC;
}
</style>
border-color css
<style>
span { border-color: #8CDFBC; }
span { border-color: rgb(140,223,188); }
td.TdClassName
{
border-color: #8CDFBC;
}
.TagClassName
{
border-color: #8CDFBC;
}
</style>