Shades of Vista Blue #8CEABB
Tints of Vista Blue #8CEABB
RGB
CMYK
RGB Variations
Color information
#8CEABB (or 0x8CEABB) is known color: Vista Blue. HEX triplet: 8C, EA and BB. RGB value is (140,234,187). Sum of RGB (Red+Green+Blue) = 140+234+187=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEABB is #731544. Grayscale: #C8C8C8. Windows color (decimal): -7542085 or 12315276. OLE color: 12315276.
HSL color Cylindrical-coordinate representation of color #8CEABB: hue angle of 150º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEABB is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 187 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.08 |
| HSL | 150º | 0.69% | 0.73% | - |
| HSV(B) | 150º | 0.4% | 0.92% | - |
| XYZ | 49.21 | 68.01 | 57.55 | - |
| YUV | 200.54 | 120.36 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 187 | 0.40 | 0 | 0.20 | 0.08 | 150 | 0.69 | 0.73 |
| Hex | 8C | EA | BB | 28 | 0 | 14 | 8 | 96 | 45 | 49 |
| Octal | 214 | 352 | 273 | 50 | 0 | 24 | 10 | 226 | 105 | 111 |
| Binary | 10001100 | 11101010 | 10111011 | 101000 | 0 | 10100 | 1000 | 10010110 | 1000101 | 1001001 |
Color Harmonies of #8CEABB
Complementary color
Monochromatic Colors of #8CEABB
Black with #8CEABB
Text Example
Text Example
White with #8CEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEABB; }
p { color: rgb(140,234,187); }
H1.HeaderClassName
{
color: #8CEABB;
}
.AnyTagClassName
{
color: #8CEABB;
}
</style>
background-color css
<style>
a { background-color: #8CEABB; }
a { background-color: rgb(140,234,187); }
div.DivClassName
{
background-color: #8CEABB;
}
.BgClassName
{
background-color: #8CEABB;
}
</style>
border-color css
<style>
span { border-color: #8CEABB; }
span { border-color: rgb(140,234,187); }
td.TdClassName
{
border-color: #8CEABB;
}
.TagClassName
{
border-color: #8CEABB;
}
</style>