#8FEBAD

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

Shades of Vista Blue #8FEBAD

Tints of Vista Blue #8FEBAD

Color information

#8FEBAD (or 0x8FEBAD) is unknown color: approx Vista Blue. HEX triplet: 8F, EB and AD. RGB value is (143,235,173). Sum of RGB (Red+Green+Blue) = 143+235+173=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEBAD is #701452. Grayscale: #C8C8C8. Windows color (decimal): -7345235 or 11398031. OLE color: 11398031.

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

Color convert

RGB143235173-
CMYK0.3900.260.08
HSL139.57º69.7%74.12%-
HSV(B)139.57º39.15%92.16%-
XYZ48.5868.2750.15-
YUV200.42112.5287.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.95%
GREEN value IS 235 (92.19% from 255) = 42.65%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=25.95%
G=42.65%
B=31.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432351730.3900.260.08139.5769.774.12
Hex8FEBAD2701A88c464a
Octal2173532554703210214106112
Binary10001111111010111010110110011101101010001000110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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