Shades of Vista Blue #8EEEBD
Tints of Vista Blue #8EEEBD
RGB
CMYK
RGB Variations
Color information
#8EEEBD (or 0x8EEEBD) is known color: Vista Blue. HEX triplet: 8E, EE and BD. RGB value is (142,238,189). Sum of RGB (Red+Green+Blue) = 142+238+189=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEBD is #711142. Grayscale: #CBCBCB. Windows color (decimal): -7409987 or 12447374. OLE color: 12447374.
HSL color Cylindrical-coordinate representation of color #8EEEBD: hue angle of 149.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEBD is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 189 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.07 |
| HSL | 149.38º | 0.74% | 0.75% | - |
| HSV(B) | 149.38º | 0.4% | 0.93% | - |
| XYZ | 50.92 | 70.57 | 59.08 | - |
| YUV | 203.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 189 | 0.40 | 0 | 0.21 | 0.07 | 149.38 | 0.74 | 0.75 |
| Hex | 8E | EE | BD | 28 | 0 | 15 | 7 | 95 | 4A | 4B |
| Octal | 216 | 356 | 275 | 50 | 0 | 25 | 7 | 225 | 112 | 113 |
| Binary | 10001110 | 11101110 | 10111101 | 101000 | 0 | 10101 | 111 | 10010101 | 1001010 | 1001011 |
Color Harmonies of #8EEEBD
Complementary color
Monochromatic Colors of #8EEEBD
Black with #8EEEBD
Text Example
Text Example
White with #8EEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEBD; }
p { color: rgb(142,238,189); }
H1.HeaderClassName
{
color: #8EEEBD;
}
.AnyTagClassName
{
color: #8EEEBD;
}
</style>
background-color css
<style>
a { background-color: #8EEEBD; }
a { background-color: rgb(142,238,189); }
div.DivClassName
{
background-color: #8EEEBD;
}
.BgClassName
{
background-color: #8EEEBD;
}
</style>
border-color css
<style>
span { border-color: #8EEEBD; }
span { border-color: rgb(142,238,189); }
td.TdClassName
{
border-color: #8EEEBD;
}
.TagClassName
{
border-color: #8EEEBD;
}
</style>