Shades of Vista Blue #8EDFB2
Tints of Vista Blue #8EDFB2
RGB
CMYK
RGB Variations
Color information
#8EDFB2 (or 0x8EDFB2) is known color: Vista Blue. HEX triplet: 8E, DF and B2. RGB value is (142,223,178). Sum of RGB (Red+Green+Blue) = 142+223+178=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFB2 is #71204D. Grayscale: #C1C1C1. Windows color (decimal): -7413838 or 11722638. OLE color: 11722638.
HSL color Cylindrical-coordinate representation of color #8EDFB2: hue angle of 146.67º 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 #8EDFB2 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 178 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.13 |
| HSL | 146.67º | 0.56% | 0.72% | - |
| HSV(B) | 146.67º | 0.36% | 0.87% | - |
| XYZ | 45.58 | 61.74 | 51.63 | - |
| YUV | 193.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 178 | 0.36 | 0 | 0.20 | 0.13 | 146.67 | 0.56 | 0.72 |
| Hex | 8E | DF | B2 | 24 | 0 | 14 | D | 93 | 38 | 48 |
| Octal | 216 | 337 | 262 | 44 | 0 | 24 | 15 | 223 | 70 | 110 |
| Binary | 10001110 | 11011111 | 10110010 | 100100 | 0 | 10100 | 1101 | 10010011 | 111000 | 1001000 |
Color Harmonies of #8EDFB2
Complementary color
Monochromatic Colors of #8EDFB2
Black with #8EDFB2
Text Example
Text Example
White with #8EDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFB2; }
p { color: rgb(142,223,178); }
H1.HeaderClassName
{
color: #8EDFB2;
}
.AnyTagClassName
{
color: #8EDFB2;
}
</style>
background-color css
<style>
a { background-color: #8EDFB2; }
a { background-color: rgb(142,223,178); }
div.DivClassName
{
background-color: #8EDFB2;
}
.BgClassName
{
background-color: #8EDFB2;
}
</style>
border-color css
<style>
span { border-color: #8EDFB2; }
span { border-color: rgb(142,223,178); }
td.TdClassName
{
border-color: #8EDFB2;
}
.TagClassName
{
border-color: #8EDFB2;
}
</style>