Shades of Vista Blue #8FDBBB
Tints of Vista Blue #8FDBBB
RGB
CMYK
RGB Variations
Color information
#8FDBBB (or 0x8FDBBB) is known color: Vista Blue. HEX triplet: 8F, DB and BB. RGB value is (143,219,187). Sum of RGB (Red+Green+Blue) = 143+219+187=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBBB is #702444. Grayscale: #C0C0C0. Windows color (decimal): -7349317 or 12311439. OLE color: 12311439.
HSL color Cylindrical-coordinate representation of color #8FDBBB: hue angle of 154.74º 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 #8FDBBB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 187 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.14 |
| HSL | 154.74º | 0.51% | 0.71% | - |
| HSV(B) | 154.74º | 0.35% | 0.86% | - |
| XYZ | 45.63 | 60.09 | 56.21 | - |
| YUV | 192.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 187 | 0.35 | 0 | 0.15 | 0.14 | 154.74 | 0.51 | 0.71 |
| Hex | 8F | DB | BB | 23 | 0 | F | E | 9B | 33 | 47 |
| Octal | 217 | 333 | 273 | 43 | 0 | 17 | 16 | 233 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10111011 | 100011 | 0 | 1111 | 1110 | 10011011 | 110011 | 1000111 |
Color Harmonies of #8FDBBB
Complementary color
Monochromatic Colors of #8FDBBB
Black with #8FDBBB
Text Example
Text Example
White with #8FDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBBB; }
p { color: rgb(143,219,187); }
H1.HeaderClassName
{
color: #8FDBBB;
}
.AnyTagClassName
{
color: #8FDBBB;
}
</style>
background-color css
<style>
a { background-color: #8FDBBB; }
a { background-color: rgb(143,219,187); }
div.DivClassName
{
background-color: #8FDBBB;
}
.BgClassName
{
background-color: #8FDBBB;
}
</style>
border-color css
<style>
span { border-color: #8FDBBB; }
span { border-color: rgb(143,219,187); }
td.TdClassName
{
border-color: #8FDBBB;
}
.TagClassName
{
border-color: #8FDBBB;
}
</style>