Shades of Vista Blue #8CE1B2
Tints of Vista Blue #8CE1B2
RGB
CMYK
RGB Variations
Color information
#8CE1B2 (or 0x8CE1B2) is known color: Vista Blue. HEX triplet: 8C, E1 and B2. RGB value is (140,225,178). Sum of RGB (Red+Green+Blue) = 140+225+178=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE1B2 is #731E4D. Grayscale: #C2C2C2. Windows color (decimal): -7544398 or 11723148. OLE color: 11723148.
HSL color Cylindrical-coordinate representation of color #8CE1B2: hue angle of 146.82º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1B2 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 178 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.12 |
| HSL | 146.82º | 0.59% | 0.72% | - |
| HSV(B) | 146.82º | 0.38% | 0.88% | - |
| XYZ | 45.78 | 62.64 | 51.8 | - |
| YUV | 194.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 178 | 0.38 | 0 | 0.21 | 0.12 | 146.82 | 0.59 | 0.72 |
| Hex | 8C | E1 | B2 | 26 | 0 | 15 | C | 93 | 3B | 48 |
| Octal | 214 | 341 | 262 | 46 | 0 | 25 | 14 | 223 | 73 | 110 |
| Binary | 10001100 | 11100001 | 10110010 | 100110 | 0 | 10101 | 1100 | 10010011 | 111011 | 1001000 |
Color Harmonies of #8CE1B2
Complementary color
Monochromatic Colors of #8CE1B2
Black with #8CE1B2
Text Example
Text Example
White with #8CE1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1B2; }
p { color: rgb(140,225,178); }
H1.HeaderClassName
{
color: #8CE1B2;
}
.AnyTagClassName
{
color: #8CE1B2;
}
</style>
background-color css
<style>
a { background-color: #8CE1B2; }
a { background-color: rgb(140,225,178); }
div.DivClassName
{
background-color: #8CE1B2;
}
.BgClassName
{
background-color: #8CE1B2;
}
</style>
border-color css
<style>
span { border-color: #8CE1B2; }
span { border-color: rgb(140,225,178); }
td.TdClassName
{
border-color: #8CE1B2;
}
.TagClassName
{
border-color: #8CE1B2;
}
</style>