#8CEAAB

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

Shades of Vista Blue #8CEAAB

Tints of Vista Blue #8CEAAB

Color information

#8CEAAB (or 0x8CEAAB) is unknown color: approx Vista Blue. HEX triplet: 8C, EA and AB. RGB value is (140,234,171). Sum of RGB (Red+Green+Blue) = 140+234+171=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEAAB is #731554. Grayscale: #C6C6C6. Windows color (decimal): -7542101 or 11266700. OLE color: 11266700.

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

Color convert

RGB140234171-
CMYK0.4000.270.08
HSL139.79º69.12%73.33%-
HSV(B)139.79º40.17%91.76%-
XYZ47.5967.3649.02-
YUV198.71112.3686.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.69%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=25.69%
G=42.94%
B=31.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402341710.4000.270.08139.7969.1273.33
Hex8CEAAB2801B88c4549
Octal2143522535003310214105111
Binary10001100111010101010101110100001101110001000110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,234,171); }

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

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

 a { background-color: rgb(140,234,171); }

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

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

 span { border-color: rgb(140,234,171); }

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