Shades of Vista Blue #8DEBB5
Tints of Vista Blue #8DEBB5
RGB
CMYK
RGB Variations
Color information
#8DEBB5 (or 0x8DEBB5) is known color: Vista Blue. HEX triplet: 8D, EB and B5. RGB value is (141,235,181). Sum of RGB (Red+Green+Blue) = 141+235+181=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBB5 is #72144A. Grayscale: #C8C8C8. Windows color (decimal): -7476299 or 11922317. OLE color: 11922317.
HSL color Cylindrical-coordinate representation of color #8DEBB5: hue angle of 145.53º 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 #8DEBB5 is Cyan = 0.4, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 181 | - |
| CMYK | 0.4 | 0 | 0.23 | 0.08 |
| HSL | 145.53º | 0.7% | 0.74% | - |
| HSV(B) | 145.53º | 0.4% | 0.92% | - |
| XYZ | 49.03 | 68.42 | 54.34 | - |
| YUV | 200.74 | 116.86 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 181 | 0.4 | 0 | 0.23 | 0.08 | 145.53 | 0.7 | 0.74 |
| Hex | 8D | EB | B5 | 28 | 0 | 17 | 8 | 92 | 46 | 4A |
| Octal | 215 | 353 | 265 | 50 | 0 | 27 | 10 | 222 | 106 | 112 |
| Binary | 10001101 | 11101011 | 10110101 | 101000 | 0 | 10111 | 1000 | 10010010 | 1000110 | 1001010 |
Color Harmonies of #8DEBB5
Complementary color
Monochromatic Colors of #8DEBB5
Black with #8DEBB5
Text Example
Text Example
White with #8DEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBB5; }
p { color: rgb(141,235,181); }
H1.HeaderClassName
{
color: #8DEBB5;
}
.AnyTagClassName
{
color: #8DEBB5;
}
</style>
background-color css
<style>
a { background-color: #8DEBB5; }
a { background-color: rgb(141,235,181); }
div.DivClassName
{
background-color: #8DEBB5;
}
.BgClassName
{
background-color: #8DEBB5;
}
</style>
border-color css
<style>
span { border-color: #8DEBB5; }
span { border-color: rgb(141,235,181); }
td.TdClassName
{
border-color: #8DEBB5;
}
.TagClassName
{
border-color: #8DEBB5;
}
</style>