Shades of Vista Blue #8FDCAC
Tints of Vista Blue #8FDCAC
RGB
CMYK
RGB Variations
Color information
#8FDCAC (or 0x8FDCAC) is known color: Vista Blue. HEX triplet: 8F, DC and AC. RGB value is (143,220,172). Sum of RGB (Red+Green+Blue) = 143+220+172=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDCAC is #702353. Grayscale: #BFBFBF. Windows color (decimal): -7349076 or 11328655. OLE color: 11328655.
HSL color Cylindrical-coordinate representation of color #8FDCAC: hue angle of 142.6º 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 #8FDCAC is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 172 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.14 |
| HSL | 142.6º | 0.52% | 0.71% | - |
| HSV(B) | 142.6º | 0.35% | 0.86% | - |
| XYZ | 44.37 | 60 | 48.27 | - |
| YUV | 191.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 172 | 0.35 | 0 | 0.22 | 0.14 | 142.6 | 0.52 | 0.71 |
| Hex | 8F | DC | AC | 23 | 0 | 16 | E | 8F | 34 | 47 |
| Octal | 217 | 334 | 254 | 43 | 0 | 26 | 16 | 217 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10101100 | 100011 | 0 | 10110 | 1110 | 10001111 | 110100 | 1000111 |
Color Harmonies of #8FDCAC
Complementary color
Monochromatic Colors of #8FDCAC
Black with #8FDCAC
Text Example
Text Example
White with #8FDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCAC; }
p { color: rgb(143,220,172); }
H1.HeaderClassName
{
color: #8FDCAC;
}
.AnyTagClassName
{
color: #8FDCAC;
}
</style>
background-color css
<style>
a { background-color: #8FDCAC; }
a { background-color: rgb(143,220,172); }
div.DivClassName
{
background-color: #8FDCAC;
}
.BgClassName
{
background-color: #8FDCAC;
}
</style>
border-color css
<style>
span { border-color: #8FDCAC; }
span { border-color: rgb(143,220,172); }
td.TdClassName
{
border-color: #8FDCAC;
}
.TagClassName
{
border-color: #8FDCAC;
}
</style>