Shades of Vista Blue #8DEBB2
Tints of Vista Blue #8DEBB2
RGB
CMYK
RGB Variations
Color information
#8DEBB2 (or 0x8DEBB2) is known color: Vista Blue. HEX triplet: 8D, EB and B2. RGB value is (141,235,178). Sum of RGB (Red+Green+Blue) = 141+235+178=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBB2 is #72144D. Grayscale: #C8C8C8. Windows color (decimal): -7476302 or 11725709. OLE color: 11725709.
HSL color Cylindrical-coordinate representation of color #8DEBB2: hue angle of 143.62º 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 #8DEBB2 is Cyan = 0.4, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 178 | - |
| CMYK | 0.4 | 0 | 0.24 | 0.08 |
| HSL | 143.62º | 0.7% | 0.74% | - |
| HSV(B) | 143.62º | 0.4% | 0.92% | - |
| XYZ | 48.73 | 68.29 | 52.73 | - |
| YUV | 200.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 178 | 0.4 | 0 | 0.24 | 0.08 | 143.62 | 0.7 | 0.74 |
| Hex | 8D | EB | B2 | 28 | 0 | 18 | 8 | 90 | 46 | 4A |
| Octal | 215 | 353 | 262 | 50 | 0 | 30 | 10 | 220 | 106 | 112 |
| Binary | 10001101 | 11101011 | 10110010 | 101000 | 0 | 11000 | 1000 | 10010000 | 1000110 | 1001010 |
Color Harmonies of #8DEBB2
Complementary color
Monochromatic Colors of #8DEBB2
Black with #8DEBB2
Text Example
Text Example
White with #8DEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBB2; }
p { color: rgb(141,235,178); }
H1.HeaderClassName
{
color: #8DEBB2;
}
.AnyTagClassName
{
color: #8DEBB2;
}
</style>
background-color css
<style>
a { background-color: #8DEBB2; }
a { background-color: rgb(141,235,178); }
div.DivClassName
{
background-color: #8DEBB2;
}
.BgClassName
{
background-color: #8DEBB2;
}
</style>
border-color css
<style>
span { border-color: #8DEBB2; }
span { border-color: rgb(141,235,178); }
td.TdClassName
{
border-color: #8DEBB2;
}
.TagClassName
{
border-color: #8DEBB2;
}
</style>