Shades of Vista Blue #8FDDBD
Tints of Vista Blue #8FDDBD
RGB
CMYK
RGB Variations
Color information
#8FDDBD (or 0x8FDDBD) is known color: Vista Blue. HEX triplet: 8F, DD and BD. RGB value is (143,221,189). Sum of RGB (Red+Green+Blue) = 143+221+189=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDBD is #702242. Grayscale: #C2C2C2. Windows color (decimal): -7348803 or 12443023. OLE color: 12443023.
HSL color Cylindrical-coordinate representation of color #8FDDBD: hue angle of 155.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDBD is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 189 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.13 |
| HSL | 155.38º | 0.53% | 0.71% | - |
| HSV(B) | 155.38º | 0.35% | 0.87% | - |
| XYZ | 46.37 | 61.23 | 57.52 | - |
| YUV | 194.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 189 | 0.35 | 0 | 0.14 | 0.13 | 155.38 | 0.53 | 0.71 |
| Hex | 8F | DD | BD | 23 | 0 | E | D | 9B | 35 | 47 |
| Octal | 217 | 335 | 275 | 43 | 0 | 16 | 15 | 233 | 65 | 107 |
| Binary | 10001111 | 11011101 | 10111101 | 100011 | 0 | 1110 | 1101 | 10011011 | 110101 | 1000111 |
Color Harmonies of #8FDDBD
Complementary color
Monochromatic Colors of #8FDDBD
Black with #8FDDBD
Text Example
Text Example
White with #8FDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDBD; }
p { color: rgb(143,221,189); }
H1.HeaderClassName
{
color: #8FDDBD;
}
.AnyTagClassName
{
color: #8FDDBD;
}
</style>
background-color css
<style>
a { background-color: #8FDDBD; }
a { background-color: rgb(143,221,189); }
div.DivClassName
{
background-color: #8FDDBD;
}
.BgClassName
{
background-color: #8FDDBD;
}
</style>
border-color css
<style>
span { border-color: #8FDDBD; }
span { border-color: rgb(143,221,189); }
td.TdClassName
{
border-color: #8FDDBD;
}
.TagClassName
{
border-color: #8FDDBD;
}
</style>