Shades of Vista Blue #8EDBB4
Tints of Vista Blue #8EDBB4
RGB
CMYK
RGB Variations
Color information
#8EDBB4 (or 0x8EDBB4) is known color: Vista Blue. HEX triplet: 8E, DB and B4. RGB value is (142,219,180). Sum of RGB (Red+Green+Blue) = 142+219+180=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBB4 is #71244B. Grayscale: #BFBFBF. Windows color (decimal): -7414860 or 11852686. OLE color: 11852686.
HSL color Cylindrical-coordinate representation of color #8EDBB4: hue angle of 149.61º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBB4 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 180 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.14 |
| HSL | 149.61º | 0.52% | 0.71% | - |
| HSV(B) | 149.61º | 0.35% | 0.86% | - |
| XYZ | 44.73 | 59.71 | 52.35 | - |
| YUV | 191.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 180 | 0.35 | 0 | 0.18 | 0.14 | 149.61 | 0.52 | 0.71 |
| Hex | 8E | DB | B4 | 23 | 0 | 12 | E | 96 | 34 | 47 |
| Octal | 216 | 333 | 264 | 43 | 0 | 22 | 16 | 226 | 64 | 107 |
| Binary | 10001110 | 11011011 | 10110100 | 100011 | 0 | 10010 | 1110 | 10010110 | 110100 | 1000111 |
Color Harmonies of #8EDBB4
Complementary color
Monochromatic Colors of #8EDBB4
Black with #8EDBB4
Text Example
Text Example
White with #8EDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDBB4; }
p { color: rgb(142,219,180); }
H1.HeaderClassName
{
color: #8EDBB4;
}
.AnyTagClassName
{
color: #8EDBB4;
}
</style>
background-color css
<style>
a { background-color: #8EDBB4; }
a { background-color: rgb(142,219,180); }
div.DivClassName
{
background-color: #8EDBB4;
}
.BgClassName
{
background-color: #8EDBB4;
}
</style>
border-color css
<style>
span { border-color: #8EDBB4; }
span { border-color: rgb(142,219,180); }
td.TdClassName
{
border-color: #8EDBB4;
}
.TagClassName
{
border-color: #8EDBB4;
}
</style>