Shades of Vista Blue #8FDCB9
Tints of Vista Blue #8FDCB9
RGB
CMYK
RGB Variations
Color information
#8FDCB9 (or 0x8FDCB9) is known color: Vista Blue. HEX triplet: 8F, DC and B9. RGB value is (143,220,185). Sum of RGB (Red+Green+Blue) = 143+220+185=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCB9 is #702346. Grayscale: #C1C1C1. Windows color (decimal): -7349063 or 12180623. OLE color: 12180623.
HSL color Cylindrical-coordinate representation of color #8FDCB9: hue angle of 152.73º 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 #8FDCB9 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 185 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.14 |
| HSL | 152.73º | 0.52% | 0.71% | - |
| HSV(B) | 152.73º | 0.35% | 0.86% | - |
| XYZ | 45.68 | 60.53 | 55.17 | - |
| YUV | 192.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 185 | 0.35 | 0 | 0.16 | 0.14 | 152.73 | 0.52 | 0.71 |
| Hex | 8F | DC | B9 | 23 | 0 | 10 | E | 99 | 34 | 47 |
| Octal | 217 | 334 | 271 | 43 | 0 | 20 | 16 | 231 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10111001 | 100011 | 0 | 10000 | 1110 | 10011001 | 110100 | 1000111 |
Color Harmonies of #8FDCB9
Complementary color
Monochromatic Colors of #8FDCB9
Black with #8FDCB9
Text Example
Text Example
White with #8FDCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCB9; }
p { color: rgb(143,220,185); }
H1.HeaderClassName
{
color: #8FDCB9;
}
.AnyTagClassName
{
color: #8FDCB9;
}
</style>
background-color css
<style>
a { background-color: #8FDCB9; }
a { background-color: rgb(143,220,185); }
div.DivClassName
{
background-color: #8FDCB9;
}
.BgClassName
{
background-color: #8FDCB9;
}
</style>
border-color css
<style>
span { border-color: #8FDCB9; }
span { border-color: rgb(143,220,185); }
td.TdClassName
{
border-color: #8FDCB9;
}
.TagClassName
{
border-color: #8FDCB9;
}
</style>