Shades of Vista Blue #8DEEBC
Tints of Vista Blue #8DEEBC
RGB
CMYK
RGB Variations
Color information
#8DEEBC (or 0x8DEEBC) is known color: Vista Blue. HEX triplet: 8D, EE and BC. RGB value is (141,238,188). Sum of RGB (Red+Green+Blue) = 141+238+188=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEEBC is #721143. Grayscale: #CBCBCB. Windows color (decimal): -7475524 or 12381837. OLE color: 12381837.
HSL color Cylindrical-coordinate representation of color #8DEEBC: hue angle of 149.07º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEEBC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 188 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.07 |
| HSL | 149.07º | 0.74% | 0.74% | - |
| HSV(B) | 149.07º | 0.41% | 0.93% | - |
| XYZ | 50.64 | 70.44 | 58.5 | - |
| YUV | 203.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 188 | 0.41 | 0 | 0.21 | 0.07 | 149.07 | 0.74 | 0.74 |
| Hex | 8D | EE | BC | 29 | 0 | 15 | 7 | 95 | 4A | 4A |
| Octal | 215 | 356 | 274 | 51 | 0 | 25 | 7 | 225 | 112 | 112 |
| Binary | 10001101 | 11101110 | 10111100 | 101001 | 0 | 10101 | 111 | 10010101 | 1001010 | 1001010 |
Color Harmonies of #8DEEBC
Complementary color
Monochromatic Colors of #8DEEBC
Black with #8DEEBC
Text Example
Text Example
White with #8DEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEBC; }
p { color: rgb(141,238,188); }
H1.HeaderClassName
{
color: #8DEEBC;
}
.AnyTagClassName
{
color: #8DEEBC;
}
</style>
background-color css
<style>
a { background-color: #8DEEBC; }
a { background-color: rgb(141,238,188); }
div.DivClassName
{
background-color: #8DEEBC;
}
.BgClassName
{
background-color: #8DEEBC;
}
</style>
border-color css
<style>
span { border-color: #8DEEBC; }
span { border-color: rgb(141,238,188); }
td.TdClassName
{
border-color: #8DEEBC;
}
.TagClassName
{
border-color: #8DEEBC;
}
</style>