Shades of Vista Blue #8FDBBC
Tints of Vista Blue #8FDBBC
RGB
CMYK
RGB Variations
Color information
#8FDBBC (or 0x8FDBBC) is known color: Vista Blue. HEX triplet: 8F, DB and BC. RGB value is (143,219,188). Sum of RGB (Red+Green+Blue) = 143+219+188=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBBC is #702443. Grayscale: #C0C0C0. Windows color (decimal): -7349316 or 12376975. OLE color: 12376975.
HSL color Cylindrical-coordinate representation of color #8FDBBC: hue angle of 155.53º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBBC is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 188 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.14 |
| HSL | 155.53º | 0.51% | 0.71% | - |
| HSV(B) | 155.53º | 0.35% | 0.86% | - |
| XYZ | 45.74 | 60.13 | 56.77 | - |
| YUV | 192.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 188 | 0.35 | 0 | 0.14 | 0.14 | 155.53 | 0.51 | 0.71 |
| Hex | 8F | DB | BC | 23 | 0 | E | E | 9C | 33 | 47 |
| Octal | 217 | 333 | 274 | 43 | 0 | 16 | 16 | 234 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10111100 | 100011 | 0 | 1110 | 1110 | 10011100 | 110011 | 1000111 |
Color Harmonies of #8FDBBC
Complementary color
Monochromatic Colors of #8FDBBC
Black with #8FDBBC
Text Example
Text Example
White with #8FDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBBC; }
p { color: rgb(143,219,188); }
H1.HeaderClassName
{
color: #8FDBBC;
}
.AnyTagClassName
{
color: #8FDBBC;
}
</style>
background-color css
<style>
a { background-color: #8FDBBC; }
a { background-color: rgb(143,219,188); }
div.DivClassName
{
background-color: #8FDBBC;
}
.BgClassName
{
background-color: #8FDBBC;
}
</style>
border-color css
<style>
span { border-color: #8FDBBC; }
span { border-color: rgb(143,219,188); }
td.TdClassName
{
border-color: #8FDBBC;
}
.TagClassName
{
border-color: #8FDBBC;
}
</style>