Shades of Vista Blue #8FDDBC
Tints of Vista Blue #8FDDBC
RGB
CMYK
RGB Variations
Color information
#8FDDBC (or 0x8FDDBC) is known color: Vista Blue. HEX triplet: 8F, DD and BC. RGB value is (143,221,188). Sum of RGB (Red+Green+Blue) = 143+221+188=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDBC is #702243. Grayscale: #C1C1C1. Windows color (decimal): -7348804 or 12377487. OLE color: 12377487.
HSL color Cylindrical-coordinate representation of color #8FDDBC: hue angle of 154.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDBC is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 188 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.13 |
| HSL | 154.62º | 0.53% | 0.71% | - |
| HSV(B) | 154.62º | 0.35% | 0.87% | - |
| XYZ | 46.26 | 61.18 | 56.95 | - |
| YUV | 193.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 188 | 0.35 | 0 | 0.15 | 0.13 | 154.62 | 0.53 | 0.71 |
| Hex | 8F | DD | BC | 23 | 0 | F | D | 9B | 35 | 47 |
| Octal | 217 | 335 | 274 | 43 | 0 | 17 | 15 | 233 | 65 | 107 |
| Binary | 10001111 | 11011101 | 10111100 | 100011 | 0 | 1111 | 1101 | 10011011 | 110101 | 1000111 |
Color Harmonies of #8FDDBC
Complementary color
Monochromatic Colors of #8FDDBC
Black with #8FDDBC
Text Example
Text Example
White with #8FDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDBC; }
p { color: rgb(143,221,188); }
H1.HeaderClassName
{
color: #8FDDBC;
}
.AnyTagClassName
{
color: #8FDDBC;
}
</style>
background-color css
<style>
a { background-color: #8FDDBC; }
a { background-color: rgb(143,221,188); }
div.DivClassName
{
background-color: #8FDDBC;
}
.BgClassName
{
background-color: #8FDDBC;
}
</style>
border-color css
<style>
span { border-color: #8FDDBC; }
span { border-color: rgb(143,221,188); }
td.TdClassName
{
border-color: #8FDDBC;
}
.TagClassName
{
border-color: #8FDDBC;
}
</style>