#8CE8B6

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

Shades of Vista Blue #8CE8B6

Tints of Vista Blue #8CE8B6

Color information

#8CE8B6 (or 0x8CE8B6) is unknown color: approx Vista Blue. HEX triplet: 8C, E8 and B6. RGB value is (140,232,182). Sum of RGB (Red+Green+Blue) = 140+232+182=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE8B6 is #731749. Grayscale: #C6C6C6. Windows color (decimal): -7542602 or 11987084. OLE color: 11987084.

HSL color Cylindrical-coordinate representation of color #8CE8B6: hue angle of 147.39º degrees, saturation: 0.67, 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 #8CE8B6 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB140232182-
CMYK0.4000.220.09
HSL147.39º66.67%72.94%-
HSV(B)147.39º39.66%90.98%-
XYZ48.1266.6754.59-
YUV198.79118.5286.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.27%
GREEN value IS 232 (91.02% from 255) = 41.88%
BLUE value IS 182 (71.48% from 255) = 32.85%
R=25.27%
G=41.88%
B=32.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402321820.4000.220.09147.3966.6772.94
Hex8CE8B6280169934349
Octal2143502665002611223103111
Binary10001100111010001011011010100001011010011001001110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,232,182); }

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

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

 a { background-color: rgb(140,232,182); }

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

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

 span { border-color: rgb(140,232,182); }

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