Shades of Vista Blue #8FDBBD
Tints of Vista Blue #8FDBBD
RGB
CMYK
RGB Variations
Color information
#8FDBBD (or 0x8FDBBD) is known color: Vista Blue. HEX triplet: 8F, DB and BD. RGB value is (143,219,189). Sum of RGB (Red+Green+Blue) = 143+219+189=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBBD is #702442. Grayscale: #C0C0C0. Windows color (decimal): -7349315 or 12442511. OLE color: 12442511.
HSL color Cylindrical-coordinate representation of color #8FDBBD: hue angle of 156.32º 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 #8FDBBD is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 189 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.14 |
| HSL | 156.32º | 0.51% | 0.71% | - |
| HSV(B) | 156.32º | 0.35% | 0.86% | - |
| XYZ | 45.84 | 60.18 | 57.34 | - |
| YUV | 192.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 189 | 0.35 | 0 | 0.14 | 0.14 | 156.32 | 0.51 | 0.71 |
| Hex | 8F | DB | BD | 23 | 0 | E | E | 9C | 33 | 47 |
| Octal | 217 | 333 | 275 | 43 | 0 | 16 | 16 | 234 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10111101 | 100011 | 0 | 1110 | 1110 | 10011100 | 110011 | 1000111 |
Color Harmonies of #8FDBBD
Complementary color
Monochromatic Colors of #8FDBBD
Black with #8FDBBD
Text Example
Text Example
White with #8FDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBBD; }
p { color: rgb(143,219,189); }
H1.HeaderClassName
{
color: #8FDBBD;
}
.AnyTagClassName
{
color: #8FDBBD;
}
</style>
background-color css
<style>
a { background-color: #8FDBBD; }
a { background-color: rgb(143,219,189); }
div.DivClassName
{
background-color: #8FDBBD;
}
.BgClassName
{
background-color: #8FDBBD;
}
</style>
border-color css
<style>
span { border-color: #8FDBBD; }
span { border-color: rgb(143,219,189); }
td.TdClassName
{
border-color: #8FDBBD;
}
.TagClassName
{
border-color: #8FDBBD;
}
</style>