#8CE1B8

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

Shades of Vista Blue #8CE1B8

Tints of Vista Blue #8CE1B8

Color information

#8CE1B8 (or 0x8CE1B8) is unknown color: approx Vista Blue. HEX triplet: 8C, E1 and B8. RGB value is (140,225,184). Sum of RGB (Red+Green+Blue) = 140+225+184=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE1B8 is #731E47. Grayscale: #C2C2C2. Windows color (decimal): -7544392 or 12116364. OLE color: 12116364.

HSL color Cylindrical-coordinate representation of color #8CE1B8: hue angle of 151.06º 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 #8CE1B8 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB140225184-
CMYK0.3800.180.12
HSL151.06º58.62%71.57%-
HSV(B)151.06º37.78%88.24%-
XYZ46.3962.8955.04-
YUV194.91121.8488.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.50%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=25.50%
G=40.98%
B=33.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402251840.3800.180.12151.0658.6271.57
Hex8CE1B826012C973b48
Octal214341270460221422773110
Binary1000110011100001101110001001100100101100100101111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,225,184); }

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

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

 a { background-color: rgb(140,225,184); }

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

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

 span { border-color: rgb(140,225,184); }

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