Shades of Vista Blue #8DEBBF
Tints of Vista Blue #8DEBBF
RGB
CMYK
RGB Variations
Color information
#8DEBBF (or 0x8DEBBF) is known color: Vista Blue. HEX triplet: 8D, EB and BF. RGB value is (141,235,191). Sum of RGB (Red+Green+Blue) = 141+235+191=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBBF is #721440. Grayscale: #C9C9C9. Windows color (decimal): -7476289 or 12577677. OLE color: 12577677.
HSL color Cylindrical-coordinate representation of color #8DEBBF: hue angle of 151.91º 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 #8DEBBF is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 191 | - |
| CMYK | 0.4 | 0 | 0.19 | 0.08 |
| HSL | 151.91º | 0.7% | 0.74% | - |
| HSV(B) | 151.91º | 0.4% | 0.92% | - |
| XYZ | 50.1 | 68.84 | 59.94 | - |
| YUV | 201.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 191 | 0.4 | 0 | 0.19 | 0.08 | 151.91 | 0.7 | 0.74 |
| Hex | 8D | EB | BF | 28 | 0 | 13 | 8 | 98 | 46 | 4A |
| Octal | 215 | 353 | 277 | 50 | 0 | 23 | 10 | 230 | 106 | 112 |
| Binary | 10001101 | 11101011 | 10111111 | 101000 | 0 | 10011 | 1000 | 10011000 | 1000110 | 1001010 |
Color Harmonies of #8DEBBF
Complementary color
Monochromatic Colors of #8DEBBF
Black with #8DEBBF
Text Example
Text Example
White with #8DEBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBBF; }
p { color: rgb(141,235,191); }
H1.HeaderClassName
{
color: #8DEBBF;
}
.AnyTagClassName
{
color: #8DEBBF;
}
</style>
background-color css
<style>
a { background-color: #8DEBBF; }
a { background-color: rgb(141,235,191); }
div.DivClassName
{
background-color: #8DEBBF;
}
.BgClassName
{
background-color: #8DEBBF;
}
</style>
border-color css
<style>
span { border-color: #8DEBBF; }
span { border-color: rgb(141,235,191); }
td.TdClassName
{
border-color: #8DEBBF;
}
.TagClassName
{
border-color: #8DEBBF;
}
</style>