#8CEBA8

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

Shades of Vista Blue #8CEBA8

Tints of Vista Blue #8CEBA8

Color information

#8CEBA8 (or 0x8CEBA8) is unknown color: approx Vista Blue. HEX triplet: 8C, EB and A8. RGB value is (140,235,168). Sum of RGB (Red+Green+Blue) = 140+235+168=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBA8 is #731457. Grayscale: #C7C7C7. Windows color (decimal): -7541848 or 11070348. OLE color: 11070348.

HSL color Cylindrical-coordinate representation of color #8CEBA8: hue angle of 137.68º 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 #8CEBA8 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB140235168-
CMYK0.4000.290.08
HSL137.68º70.37%73.53%-
HSV(B)137.68º40.43%92.16%-
XYZ47.5967.8247.63-
YUV198.96110.5385.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.78%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=25.78%
G=43.28%
B=30.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402351680.4000.290.08137.6870.3773.53
Hex8CEBA82801D88a464a
Octal2143532505003510212106112
Binary10001100111010111010100010100001110110001000101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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