Shades of Vista Blue #8FDEBE
Tints of Vista Blue #8FDEBE
RGB
CMYK
RGB Variations
Color information
#8FDEBE (or 0x8FDEBE) is known color: Vista Blue. HEX triplet: 8F, DE and BE. RGB value is (143,222,190). Sum of RGB (Red+Green+Blue) = 143+222+190=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDEBE is #702141. Grayscale: #C2C2C2. Windows color (decimal): -7348546 or 12508815. OLE color: 12508815.
HSL color Cylindrical-coordinate representation of color #8FDEBE: hue angle of 155.7º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDEBE is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 190 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.13 |
| HSL | 155.7º | 0.54% | 0.72% | - |
| HSV(B) | 155.7º | 0.36% | 0.87% | - |
| XYZ | 46.74 | 61.8 | 58.18 | - |
| YUV | 194.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 190 | 0.36 | 0 | 0.14 | 0.13 | 155.7 | 0.54 | 0.72 |
| Hex | 8F | DE | BE | 24 | 0 | E | D | 9C | 36 | 48 |
| Octal | 217 | 336 | 276 | 44 | 0 | 16 | 15 | 234 | 66 | 110 |
| Binary | 10001111 | 11011110 | 10111110 | 100100 | 0 | 1110 | 1101 | 10011100 | 110110 | 1001000 |
Color Harmonies of #8FDEBE
Complementary color
Monochromatic Colors of #8FDEBE
Black with #8FDEBE
Text Example
Text Example
White with #8FDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEBE; }
p { color: rgb(143,222,190); }
H1.HeaderClassName
{
color: #8FDEBE;
}
.AnyTagClassName
{
color: #8FDEBE;
}
</style>
background-color css
<style>
a { background-color: #8FDEBE; }
a { background-color: rgb(143,222,190); }
div.DivClassName
{
background-color: #8FDEBE;
}
.BgClassName
{
background-color: #8FDEBE;
}
</style>
border-color css
<style>
span { border-color: #8FDEBE; }
span { border-color: rgb(143,222,190); }
td.TdClassName
{
border-color: #8FDEBE;
}
.TagClassName
{
border-color: #8FDEBE;
}
</style>