#8CE9BD

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

Shades of Vista Blue #8CE9BD

Tints of Vista Blue #8CE9BD

Color information

#8CE9BD (or 0x8CE9BD) is unknown color: approx Vista Blue. HEX triplet: 8C, E9 and BD. RGB value is (140,233,189). Sum of RGB (Red+Green+Blue) = 140+233+189=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9BD is #731642. Grayscale: #C8C8C8. Windows color (decimal): -7542339 or 12446092. OLE color: 12446092.

HSL color Cylindrical-coordinate representation of color #8CE9BD: hue angle of 151.61º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9BD is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB140233189-
CMYK0.4000.190.09
HSL151.61º67.88%73.14%-
HSV(B)151.61º39.91%91.37%-
XYZ49.1467.5358.59-
YUV200.18121.6985.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.91%
GREEN value IS 233 (91.41% from 255) = 41.46%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=24.91%
G=41.46%
B=33.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402331890.4000.190.09151.6167.8873.14
Hex8CE9BD280139984449
Octal2143512755002311230104111
Binary10001100111010011011110110100001001110011001100010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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