#8FEBAB

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

Shades of Vista Blue #8FEBAB

Tints of Vista Blue #8FEBAB

Color information

#8FEBAB (or 0x8FEBAB) is unknown color: approx Vista Blue. HEX triplet: 8F, EB and AB. RGB value is (143,235,171). Sum of RGB (Red+Green+Blue) = 143+235+171=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEBAB is #701454. Grayscale: #C8C8C8. Windows color (decimal): -7345237 or 11266959. OLE color: 11266959.

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

Color convert

RGB143235171-
CMYK0.3900.270.08
HSL138.26º69.7%74.12%-
HSV(B)138.26º39.15%92.16%-
XYZ48.3968.249.14-
YUV200.2111.5287.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 235 (92.19% from 255) = 42.81%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=26.05%
G=42.81%
B=31.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432351710.3900.270.08138.2669.774.12
Hex8FEBAB2701B88a464a
Octal2173532534703310212106112
Binary10001111111010111010101110011101101110001000101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,235,171); }

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

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

 a { background-color: rgb(143,235,171); }

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

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

 span { border-color: rgb(143,235,171); }

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