Shades of Vista Blue #8EDFBB
Tints of Vista Blue #8EDFBB
RGB
CMYK
RGB Variations
Color information
#8EDFBB (or 0x8EDFBB) is known color: Vista Blue. HEX triplet: 8E, DF and BB. RGB value is (142,223,187). Sum of RGB (Red+Green+Blue) = 142+223+187=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFBB is #712044. Grayscale: #C2C2C2. Windows color (decimal): -7413829 or 12312462. OLE color: 12312462.
HSL color Cylindrical-coordinate representation of color #8EDFBB: hue angle of 153.33º 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 #8EDFBB is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 187 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.13 |
| HSL | 153.33º | 0.56% | 0.72% | - |
| HSV(B) | 153.33º | 0.36% | 0.87% | - |
| XYZ | 46.51 | 62.11 | 56.55 | - |
| YUV | 194.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 187 | 0.36 | 0 | 0.16 | 0.13 | 153.33 | 0.56 | 0.72 |
| Hex | 8E | DF | BB | 24 | 0 | 10 | D | 99 | 38 | 48 |
| Octal | 216 | 337 | 273 | 44 | 0 | 20 | 15 | 231 | 70 | 110 |
| Binary | 10001110 | 11011111 | 10111011 | 100100 | 0 | 10000 | 1101 | 10011001 | 111000 | 1001000 |
Color Harmonies of #8EDFBB
Complementary color
Monochromatic Colors of #8EDFBB
Black with #8EDFBB
Text Example
Text Example
White with #8EDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFBB; }
p { color: rgb(142,223,187); }
H1.HeaderClassName
{
color: #8EDFBB;
}
.AnyTagClassName
{
color: #8EDFBB;
}
</style>
background-color css
<style>
a { background-color: #8EDFBB; }
a { background-color: rgb(142,223,187); }
div.DivClassName
{
background-color: #8EDFBB;
}
.BgClassName
{
background-color: #8EDFBB;
}
</style>
border-color css
<style>
span { border-color: #8EDFBB; }
span { border-color: rgb(142,223,187); }
td.TdClassName
{
border-color: #8EDFBB;
}
.TagClassName
{
border-color: #8EDFBB;
}
</style>