Shades of Vista Blue #8CEBB5
Tints of Vista Blue #8CEBB5
RGB
CMYK
RGB Variations
Color information
#8CEBB5 (or 0x8CEBB5) is known color: Vista Blue. HEX triplet: 8C, EB and B5. RGB value is (140,235,181). Sum of RGB (Red+Green+Blue) = 140+235+181=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBB5 is #73144A. Grayscale: #C8C8C8. Windows color (decimal): -7541835 or 11922316. OLE color: 11922316.
HSL color Cylindrical-coordinate representation of color #8CEBB5: hue angle of 145.89º 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 #8CEBB5 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 181 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.08 |
| HSL | 145.89º | 0.7% | 0.74% | - |
| HSV(B) | 145.89º | 0.4% | 0.92% | - |
| XYZ | 48.86 | 68.33 | 54.33 | - |
| YUV | 200.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 181 | 0.40 | 0 | 0.23 | 0.08 | 145.89 | 0.7 | 0.74 |
| Hex | 8C | EB | B5 | 28 | 0 | 17 | 8 | 92 | 46 | 4A |
| Octal | 214 | 353 | 265 | 50 | 0 | 27 | 10 | 222 | 106 | 112 |
| Binary | 10001100 | 11101011 | 10110101 | 101000 | 0 | 10111 | 1000 | 10010010 | 1000110 | 1001010 |
Color Harmonies of #8CEBB5
Complementary color
Monochromatic Colors of #8CEBB5
Black with #8CEBB5
Text Example
Text Example
White with #8CEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBB5; }
p { color: rgb(140,235,181); }
H1.HeaderClassName
{
color: #8CEBB5;
}
.AnyTagClassName
{
color: #8CEBB5;
}
</style>
background-color css
<style>
a { background-color: #8CEBB5; }
a { background-color: rgb(140,235,181); }
div.DivClassName
{
background-color: #8CEBB5;
}
.BgClassName
{
background-color: #8CEBB5;
}
</style>
border-color css
<style>
span { border-color: #8CEBB5; }
span { border-color: rgb(140,235,181); }
td.TdClassName
{
border-color: #8CEBB5;
}
.TagClassName
{
border-color: #8CEBB5;
}
</style>