Shades of Vista Blue #8FDCBC
Tints of Vista Blue #8FDCBC
RGB
CMYK
RGB Variations
Color information
#8FDCBC (or 0x8FDCBC) is known color: Vista Blue. HEX triplet: 8F, DC and BC. RGB value is (143,220,188). Sum of RGB (Red+Green+Blue) = 143+220+188=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCBC is #702343. Grayscale: #C1C1C1. Windows color (decimal): -7349060 or 12377231. OLE color: 12377231.
HSL color Cylindrical-coordinate representation of color #8FDCBC: hue angle of 155.06º 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 #8FDCBC is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 188 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.14 |
| HSL | 155.06º | 0.52% | 0.71% | - |
| HSV(B) | 155.06º | 0.35% | 0.86% | - |
| XYZ | 46 | 60.66 | 56.86 | - |
| YUV | 193.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 188 | 0.35 | 0 | 0.15 | 0.14 | 155.06 | 0.52 | 0.71 |
| Hex | 8F | DC | BC | 23 | 0 | F | E | 9B | 34 | 47 |
| Octal | 217 | 334 | 274 | 43 | 0 | 17 | 16 | 233 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10111100 | 100011 | 0 | 1111 | 1110 | 10011011 | 110100 | 1000111 |
Color Harmonies of #8FDCBC
Complementary color
Monochromatic Colors of #8FDCBC
Black with #8FDCBC
Text Example
Text Example
White with #8FDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCBC; }
p { color: rgb(143,220,188); }
H1.HeaderClassName
{
color: #8FDCBC;
}
.AnyTagClassName
{
color: #8FDCBC;
}
</style>
background-color css
<style>
a { background-color: #8FDCBC; }
a { background-color: rgb(143,220,188); }
div.DivClassName
{
background-color: #8FDCBC;
}
.BgClassName
{
background-color: #8FDCBC;
}
</style>
border-color css
<style>
span { border-color: #8FDCBC; }
span { border-color: rgb(143,220,188); }
td.TdClassName
{
border-color: #8FDCBC;
}
.TagClassName
{
border-color: #8FDCBC;
}
</style>