#8febb0

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

Shades of Vista Blue #8FEBB0

Tints of Vista Blue #8FEBB0

Color information

#8FEBB0 (or 0x8FEBB0) is unknown color: approx Vista Blue. HEX triplet: 8F, EB and B0. RGB value is (143,235,176). Sum of RGB (Red+Green+Blue) = 143+235+176=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEBB0 is #70144F. Grayscale: #C8C8C8. Windows color (decimal): -7345232 or 11594639. OLE color: 11594639.

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

Color convert

RGB143235176-
CMYK0.3900.250.08
HSL141.52º69.7%74.12%-
HSV(B)141.52º39.15%92.16%-
XYZ48.8768.3951.7-
YUV200.77114.0286.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.81%
GREEN value IS 235 (92.19% from 255) = 42.42%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=25.81%
G=42.42%
B=31.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432351760.3900.250.08141.5269.774.12
Hex8FEBB02701988e464a
Octal2173532604703110216106112
Binary10001111111010111011000010011101100110001000111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8febb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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