Shades of Vista Blue #8FDCBB
Tints of Vista Blue #8FDCBB
RGB
CMYK
RGB Variations
Color information
#8FDCBB (or 0x8FDCBB) is known color: Vista Blue. HEX triplet: 8F, DC and BB. RGB value is (143,220,187). Sum of RGB (Red+Green+Blue) = 143+220+187=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCBB is #702344. Grayscale: #C1C1C1. Windows color (decimal): -7349061 or 12311695. OLE color: 12311695.
HSL color Cylindrical-coordinate representation of color #8FDCBB: hue angle of 154.29º degrees, saturation: 0.52, 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 #8FDCBB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 187 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.14 |
| HSL | 154.29º | 0.52% | 0.71% | - |
| HSV(B) | 154.29º | 0.35% | 0.86% | - |
| XYZ | 45.89 | 60.61 | 56.29 | - |
| YUV | 193.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 187 | 0.35 | 0 | 0.15 | 0.14 | 154.29 | 0.52 | 0.71 |
| Hex | 8F | DC | BB | 23 | 0 | F | E | 9A | 34 | 47 |
| Octal | 217 | 334 | 273 | 43 | 0 | 17 | 16 | 232 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10111011 | 100011 | 0 | 1111 | 1110 | 10011010 | 110100 | 1000111 |
Color Harmonies of #8FDCBB
Complementary color
Monochromatic Colors of #8FDCBB
Black with #8FDCBB
Text Example
Text Example
White with #8FDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCBB; }
p { color: rgb(143,220,187); }
H1.HeaderClassName
{
color: #8FDCBB;
}
.AnyTagClassName
{
color: #8FDCBB;
}
</style>
background-color css
<style>
a { background-color: #8FDCBB; }
a { background-color: rgb(143,220,187); }
div.DivClassName
{
background-color: #8FDCBB;
}
.BgClassName
{
background-color: #8FDCBB;
}
</style>
border-color css
<style>
span { border-color: #8FDCBB; }
span { border-color: rgb(143,220,187); }
td.TdClassName
{
border-color: #8FDCBB;
}
.TagClassName
{
border-color: #8FDCBB;
}
</style>