#8CE2BD

Color #8CE2BD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8CE2BD

Tints of Vista Blue #8CE2BD

Color information

#8CE2BD (or 0x8CE2BD) is unknown color: approx Vista Blue. HEX triplet: 8C, E2 and BD. RGB value is (140,226,189). Sum of RGB (Red+Green+Blue) = 140+226+189=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE2BD is #731D42. Grayscale: #C4C4C4. Windows color (decimal): -7544131 or 12444300. OLE color: 12444300.

HSL color Cylindrical-coordinate representation of color #8CE2BD: hue angle of 154.19º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE2BD is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB140226189-
CMYK0.3800.160.11
HSL154.19º59.72%71.76%-
HSV(B)154.19º38.05%88.63%-
XYZ47.263.6457.94-
YUV196.07124.0188.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 25.23%
GREEN value IS 226 (88.67% from 255) = 40.72%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=25.23%
G=40.72%
B=34.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402261890.3800.160.11154.1959.7271.76
Hex8CE2BD26010B9a3c48
Octal214342275460201323274110
Binary1000110011100010101111011001100100001011100110101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CE2BD; }

 p { color: rgb(140,226,189); }

 H1.HeaderClassName
 {
   color: #8CE2BD;
 }
 .AnyTagClassName
 {
   color: #8CE2BD;
 }
</style>
background-color css

<style>
 a { background-color: #8CE2BD; }

 a { background-color: rgb(140,226,189); }

 div.DivClassName
 {
   background-color: #8CE2BD;
 }
 .BgClassName
 {
   background-color: #8CE2BD;
 }
</style>
border-color css

<style>
 span { border-color: #8CE2BD; }

 span { border-color: rgb(140,226,189); }

 td.TdClassName
 {
   border-color: #8CE2BD;
 }
 .TagClassName
 {
   border-color: #8CE2BD;
 }
</style>