Shades of Vista Blue #8DE9B4
Tints of Vista Blue #8DE9B4
RGB
CMYK
RGB Variations
Color information
#8DE9B4 (or 0x8DE9B4) is known color: Vista Blue. HEX triplet: 8D, E9 and B4. RGB value is (141,233,180). Sum of RGB (Red+Green+Blue) = 141+233+180=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE9B4 is #72164B. Grayscale: #C7C7C7. Windows color (decimal): -7476812 or 11856269. OLE color: 11856269.
HSL color Cylindrical-coordinate representation of color #8DE9B4: hue angle of 145.43º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE9B4 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 233 | 180 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.09 |
| HSL | 145.43º | 0.68% | 0.73% | - |
| HSV(B) | 145.43º | 0.39% | 0.91% | - |
| XYZ | 48.36 | 67.24 | 53.61 | - |
| YUV | 199.45 | 117.02 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 180 | 0.39 | 0 | 0.23 | 0.09 | 145.43 | 0.68 | 0.73 |
| Hex | 8D | E9 | B4 | 27 | 0 | 17 | 9 | 91 | 44 | 49 |
| Octal | 215 | 351 | 264 | 47 | 0 | 27 | 11 | 221 | 104 | 111 |
| Binary | 10001101 | 11101001 | 10110100 | 100111 | 0 | 10111 | 1001 | 10010001 | 1000100 | 1001001 |
Color Harmonies of #8DE9B4
Complementary color
Monochromatic Colors of #8DE9B4
Black with #8DE9B4
Text Example
Text Example
White with #8DE9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE9B4; }
p { color: rgb(141,233,180); }
H1.HeaderClassName
{
color: #8DE9B4;
}
.AnyTagClassName
{
color: #8DE9B4;
}
</style>
background-color css
<style>
a { background-color: #8DE9B4; }
a { background-color: rgb(141,233,180); }
div.DivClassName
{
background-color: #8DE9B4;
}
.BgClassName
{
background-color: #8DE9B4;
}
</style>
border-color css
<style>
span { border-color: #8DE9B4; }
span { border-color: rgb(141,233,180); }
td.TdClassName
{
border-color: #8DE9B4;
}
.TagClassName
{
border-color: #8DE9B4;
}
</style>