Shades of Vista Blue #8EDFBD
Tints of Vista Blue #8EDFBD
RGB
CMYK
RGB Variations
Color information
#8EDFBD (or 0x8EDFBD) is known color: Vista Blue. HEX triplet: 8E, DF and BD. RGB value is (142,223,189). Sum of RGB (Red+Green+Blue) = 142+223+189=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFBD is #712042. Grayscale: #C2C2C2. Windows color (decimal): -7413827 or 12443534. OLE color: 12443534.
HSL color Cylindrical-coordinate representation of color #8EDFBD: hue angle of 154.81º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFBD is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 189 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.13 |
| HSL | 154.81º | 0.56% | 0.72% | - |
| HSV(B) | 154.81º | 0.36% | 0.87% | - |
| XYZ | 46.73 | 62.2 | 57.69 | - |
| YUV | 194.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 189 | 0.36 | 0 | 0.15 | 0.13 | 154.81 | 0.56 | 0.72 |
| Hex | 8E | DF | BD | 24 | 0 | F | D | 9B | 38 | 48 |
| Octal | 216 | 337 | 275 | 44 | 0 | 17 | 15 | 233 | 70 | 110 |
| Binary | 10001110 | 11011111 | 10111101 | 100100 | 0 | 1111 | 1101 | 10011011 | 111000 | 1001000 |
Color Harmonies of #8EDFBD
Complementary color
Monochromatic Colors of #8EDFBD
Black with #8EDFBD
Text Example
Text Example
White with #8EDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFBD; }
p { color: rgb(142,223,189); }
H1.HeaderClassName
{
color: #8EDFBD;
}
.AnyTagClassName
{
color: #8EDFBD;
}
</style>
background-color css
<style>
a { background-color: #8EDFBD; }
a { background-color: rgb(142,223,189); }
div.DivClassName
{
background-color: #8EDFBD;
}
.BgClassName
{
background-color: #8EDFBD;
}
</style>
border-color css
<style>
span { border-color: #8EDFBD; }
span { border-color: rgb(142,223,189); }
td.TdClassName
{
border-color: #8EDFBD;
}
.TagClassName
{
border-color: #8EDFBD;
}
</style>