Shades of Vista Blue #8DEBAC
Tints of Vista Blue #8DEBAC
RGB
CMYK
RGB Variations
Color information
#8DEBAC (or 0x8DEBAC) is known color: Vista Blue. HEX triplet: 8D, EB and AC. RGB value is (141,235,172). Sum of RGB (Red+Green+Blue) = 141+235+172=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBAC is #721453. Grayscale: #C7C7C7. Windows color (decimal): -7476308 or 11332493. OLE color: 11332493.
HSL color Cylindrical-coordinate representation of color #8DEBAC: hue angle of 139.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBAC is Cyan = 0.4, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 172 | - |
| CMYK | 0.4 | 0 | 0.27 | 0.08 |
| HSL | 139.79º | 0.7% | 0.74% | - |
| HSV(B) | 139.79º | 0.4% | 0.92% | - |
| XYZ | 48.14 | 68.06 | 49.63 | - |
| YUV | 199.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 172 | 0.4 | 0 | 0.27 | 0.08 | 139.79 | 0.7 | 0.74 |
| Hex | 8D | EB | AC | 28 | 0 | 1B | 8 | 8C | 46 | 4A |
| Octal | 215 | 353 | 254 | 50 | 0 | 33 | 10 | 214 | 106 | 112 |
| Binary | 10001101 | 11101011 | 10101100 | 101000 | 0 | 11011 | 1000 | 10001100 | 1000110 | 1001010 |
Color Harmonies of #8DEBAC
Complementary color
Monochromatic Colors of #8DEBAC
Black with #8DEBAC
Text Example
Text Example
White with #8DEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBAC; }
p { color: rgb(141,235,172); }
H1.HeaderClassName
{
color: #8DEBAC;
}
.AnyTagClassName
{
color: #8DEBAC;
}
</style>
background-color css
<style>
a { background-color: #8DEBAC; }
a { background-color: rgb(141,235,172); }
div.DivClassName
{
background-color: #8DEBAC;
}
.BgClassName
{
background-color: #8DEBAC;
}
</style>
border-color css
<style>
span { border-color: #8DEBAC; }
span { border-color: rgb(141,235,172); }
td.TdClassName
{
border-color: #8DEBAC;
}
.TagClassName
{
border-color: #8DEBAC;
}
</style>