Shades of Vista Blue #8CEDBC
Tints of Vista Blue #8CEDBC
RGB
CMYK
RGB Variations
Color information
#8CEDBC (or 0x8CEDBC) is known color: Vista Blue. HEX triplet: 8C, ED and BC. RGB value is (140,237,188). Sum of RGB (Red+Green+Blue) = 140+237+188=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEDBC is #731243. Grayscale: #CACACA. Windows color (decimal): -7541316 or 12381580. OLE color: 12381580.
HSL color Cylindrical-coordinate representation of color #8CEDBC: hue angle of 149.69º degrees, saturation: 0.73, 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 #8CEDBC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 188 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.07 |
| HSL | 149.69º | 0.73% | 0.74% | - |
| HSV(B) | 149.69º | 0.41% | 0.93% | - |
| XYZ | 50.18 | 69.77 | 58.4 | - |
| YUV | 202.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 188 | 0.41 | 0 | 0.21 | 0.07 | 149.69 | 0.73 | 0.74 |
| Hex | 8C | ED | BC | 29 | 0 | 15 | 7 | 96 | 49 | 4A |
| Octal | 214 | 355 | 274 | 51 | 0 | 25 | 7 | 226 | 111 | 112 |
| Binary | 10001100 | 11101101 | 10111100 | 101001 | 0 | 10101 | 111 | 10010110 | 1001001 | 1001010 |
Color Harmonies of #8CEDBC
Complementary color
Monochromatic Colors of #8CEDBC
Black with #8CEDBC
Text Example
Text Example
White with #8CEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEDBC; }
p { color: rgb(140,237,188); }
H1.HeaderClassName
{
color: #8CEDBC;
}
.AnyTagClassName
{
color: #8CEDBC;
}
</style>
background-color css
<style>
a { background-color: #8CEDBC; }
a { background-color: rgb(140,237,188); }
div.DivClassName
{
background-color: #8CEDBC;
}
.BgClassName
{
background-color: #8CEDBC;
}
</style>
border-color css
<style>
span { border-color: #8CEDBC; }
span { border-color: rgb(140,237,188); }
td.TdClassName
{
border-color: #8CEDBC;
}
.TagClassName
{
border-color: #8CEDBC;
}
</style>