Shades of Vista Blue #8CDDBC
Tints of Vista Blue #8CDDBC
RGB
CMYK
RGB Variations
Color information
#8CDDBC (or 0x8CDDBC) is known color: Vista Blue. HEX triplet: 8C, DD and BC. RGB value is (140,221,188). Sum of RGB (Red+Green+Blue) = 140+221+188=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDBC is #732243. Grayscale: #C1C1C1. Windows color (decimal): -7545412 or 12377484. OLE color: 12377484.
HSL color Cylindrical-coordinate representation of color #8CDDBC: hue angle of 155.56º degrees, saturation: 0.54, 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 #8CDDBC is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 188 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.13 |
| HSL | 155.56º | 0.54% | 0.71% | - |
| HSV(B) | 155.56º | 0.37% | 0.87% | - |
| XYZ | 45.75 | 60.92 | 56.92 | - |
| YUV | 193.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 188 | 0.37 | 0 | 0.15 | 0.13 | 155.56 | 0.54 | 0.71 |
| Hex | 8C | DD | BC | 25 | 0 | F | D | 9C | 36 | 47 |
| Octal | 214 | 335 | 274 | 45 | 0 | 17 | 15 | 234 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10111100 | 100101 | 0 | 1111 | 1101 | 10011100 | 110110 | 1000111 |
Color Harmonies of #8CDDBC
Complementary color
Monochromatic Colors of #8CDDBC
Black with #8CDDBC
Text Example
Text Example
White with #8CDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDBC; }
p { color: rgb(140,221,188); }
H1.HeaderClassName
{
color: #8CDDBC;
}
.AnyTagClassName
{
color: #8CDDBC;
}
</style>
background-color css
<style>
a { background-color: #8CDDBC; }
a { background-color: rgb(140,221,188); }
div.DivClassName
{
background-color: #8CDDBC;
}
.BgClassName
{
background-color: #8CDDBC;
}
</style>
border-color css
<style>
span { border-color: #8CDDBC; }
span { border-color: rgb(140,221,188); }
td.TdClassName
{
border-color: #8CDDBC;
}
.TagClassName
{
border-color: #8CDDBC;
}
</style>