#8cebba

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

Shades of Vista Blue #8CEBBA

Tints of Vista Blue #8CEBBA

Color information

#8CEBBA (or 0x8CEBBA) is unknown color: approx Vista Blue. HEX triplet: 8C, EB and BA. RGB value is (140,235,186). Sum of RGB (Red+Green+Blue) = 140+235+186=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBBA is #731445. Grayscale: #C9C9C9. Windows color (decimal): -7541830 or 12249996. OLE color: 12249996.

HSL color Cylindrical-coordinate representation of color #8CEBBA: hue angle of 149.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBBA is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB140235186-
CMYK0.4000.210.08
HSL149.05º70.37%73.53%-
HSV(B)149.05º40.43%92.16%-
XYZ49.3968.5457.08-
YUV201.01119.5384.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.96%
GREEN value IS 235 (92.19% from 255) = 41.89%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=24.96%
G=41.89%
B=33.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402351860.4000.210.08149.0570.3773.53
Hex8CEBBA28015895464a
Octal2143532725002510225106112
Binary10001100111010111011101010100001010110001001010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cebba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,235,186); }

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

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

 a { background-color: rgb(140,235,186); }

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

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

 span { border-color: rgb(140,235,186); }

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