#8FECB7

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

Shades of Vista Blue #8FECB7

Tints of Vista Blue #8FECB7

Color information

#8FECB7 (or 0x8FECB7) is unknown color: approx Vista Blue. HEX triplet: 8F, EC and B7. RGB value is (143,236,183). Sum of RGB (Red+Green+Blue) = 143+236+183=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECB7 is #701348. Grayscale: #CACACA. Windows color (decimal): -7344969 or 12053647. OLE color: 12053647.

HSL color Cylindrical-coordinate representation of color #8FECB7: hue angle of 145.81º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECB7 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB143236183-
CMYK0.3900.220.07
HSL145.81º70.99%74.31%-
HSV(B)145.81º39.41%92.55%-
XYZ49.8769.2555.54-
YUV202.15117.1985.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 236 (92.58% from 255) = 41.99%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=25.44%
G=41.99%
B=32.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432361830.3900.220.07145.8170.9974.31
Hex8FECB727016792474a
Octal217354267470267222107112
Binary1000111111101100101101111001110101101111001001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,236,183); }

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

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

 a { background-color: rgb(143,236,183); }

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

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

 span { border-color: rgb(143,236,183); }

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