#8FECC0

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

Shades of Vista Blue #8FECC0

Tints of Vista Blue #8FECC0

Color information

#8FECC0 (or 0x8FECC0) is unknown color: approx Vista Blue. HEX triplet: 8F, EC and C0. RGB value is (143,236,192). Sum of RGB (Red+Green+Blue) = 143+236+192=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECC0 is #70133F. Grayscale: #CBCBCB. Windows color (decimal): -7344960 or 12643471. OLE color: 12643471.

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

Color convert

RGB143236192-
CMYK0.3900.190.07
HSL151.61º70.99%74.31%-
HSV(B)151.61º39.41%92.55%-
XYZ50.8469.6460.63-
YUV203.18121.6985.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.04%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=25.04%
G=41.33%
B=33.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432361920.3900.190.07151.6170.9974.31
Hex8FECC027013798474a
Octal217354300470237230107112
Binary1000111111101100110000001001110100111111001100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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