Shades of Vista Blue #8DDDBB
Tints of Vista Blue #8DDDBB
RGB
CMYK
RGB Variations
Color information
#8DDDBB (or 0x8DDDBB) is known color: Vista Blue. HEX triplet: 8D, DD and BB. RGB value is (141,221,187). Sum of RGB (Red+Green+Blue) = 141+221+187=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDBB is #722244. Grayscale: #C1C1C1. Windows color (decimal): -7479877 or 12311949. OLE color: 12311949.
HSL color Cylindrical-coordinate representation of color #8DDDBB: hue angle of 154.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDDBB is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 187 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.13 |
| HSL | 154.5º | 0.54% | 0.71% | - |
| HSV(B) | 154.5º | 0.36% | 0.87% | - |
| XYZ | 45.81 | 60.96 | 56.37 | - |
| YUV | 193.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 187 | 0.36 | 0 | 0.15 | 0.13 | 154.5 | 0.54 | 0.71 |
| Hex | 8D | DD | BB | 24 | 0 | F | D | 9A | 36 | 47 |
| Octal | 215 | 335 | 273 | 44 | 0 | 17 | 15 | 232 | 66 | 107 |
| Binary | 10001101 | 11011101 | 10111011 | 100100 | 0 | 1111 | 1101 | 10011010 | 110110 | 1000111 |
Color Harmonies of #8DDDBB
Complementary color
Monochromatic Colors of #8DDDBB
Black with #8DDDBB
Text Example
Text Example
White with #8DDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDBB; }
p { color: rgb(141,221,187); }
H1.HeaderClassName
{
color: #8DDDBB;
}
.AnyTagClassName
{
color: #8DDDBB;
}
</style>
background-color css
<style>
a { background-color: #8DDDBB; }
a { background-color: rgb(141,221,187); }
div.DivClassName
{
background-color: #8DDDBB;
}
.BgClassName
{
background-color: #8DDDBB;
}
</style>
border-color css
<style>
span { border-color: #8DDDBB; }
span { border-color: rgb(141,221,187); }
td.TdClassName
{
border-color: #8DDDBB;
}
.TagClassName
{
border-color: #8DDDBB;
}
</style>