Shades of Vista Blue #8CEBB6
Tints of Vista Blue #8CEBB6
RGB
CMYK
RGB Variations
Color information
#8CEBB6 (or 0x8CEBB6) is known color: Vista Blue. HEX triplet: 8C, EB and B6. RGB value is (140,235,182). Sum of RGB (Red+Green+Blue) = 140+235+182=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBB6 is #731449. Grayscale: #C8C8C8. Windows color (decimal): -7541834 or 11987852. OLE color: 11987852.
HSL color Cylindrical-coordinate representation of color #8CEBB6: hue angle of 146.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBB6 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 182 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.08 |
| HSL | 146.53º | 0.7% | 0.74% | - |
| HSV(B) | 146.53º | 0.4% | 0.92% | - |
| XYZ | 48.97 | 68.37 | 54.87 | - |
| YUV | 200.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 182 | 0.40 | 0 | 0.23 | 0.08 | 146.53 | 0.7 | 0.74 |
| Hex | 8C | EB | B6 | 28 | 0 | 17 | 8 | 93 | 46 | 4A |
| Octal | 214 | 353 | 266 | 50 | 0 | 27 | 10 | 223 | 106 | 112 |
| Binary | 10001100 | 11101011 | 10110110 | 101000 | 0 | 10111 | 1000 | 10010011 | 1000110 | 1001010 |
Color Harmonies of #8CEBB6
Complementary color
Monochromatic Colors of #8CEBB6
Black with #8CEBB6
Text Example
Text Example
White with #8CEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBB6; }
p { color: rgb(140,235,182); }
H1.HeaderClassName
{
color: #8CEBB6;
}
.AnyTagClassName
{
color: #8CEBB6;
}
</style>
background-color css
<style>
a { background-color: #8CEBB6; }
a { background-color: rgb(140,235,182); }
div.DivClassName
{
background-color: #8CEBB6;
}
.BgClassName
{
background-color: #8CEBB6;
}
</style>
border-color css
<style>
span { border-color: #8CEBB6; }
span { border-color: rgb(140,235,182); }
td.TdClassName
{
border-color: #8CEBB6;
}
.TagClassName
{
border-color: #8CEBB6;
}
</style>