#8FEDB9

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

Shades of Vista Blue #8FEDB9

Tints of Vista Blue #8FEDB9

Color information

#8FEDB9 (or 0x8FEDB9) is unknown color: approx Vista Blue. HEX triplet: 8F, ED and B9. RGB value is (143,237,185). Sum of RGB (Red+Green+Blue) = 143+237+185=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDB9 is #701246. Grayscale: #CBCBCB. Windows color (decimal): -7344711 or 12184975. OLE color: 12184975.

HSL color Cylindrical-coordinate representation of color #8FEDB9: hue angle of 146.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDB9 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB143237185-
CMYK0.4000.220.07
HSL146.81º72.31%74.51%-
HSV(B)146.81º39.66%92.94%-
XYZ50.3769.9156.74-
YUV202.97117.8685.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.31%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=25.31%
G=41.95%
B=32.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432371850.4000.220.07146.8172.3174.51
Hex8FEDB928016793484b
Octal217355271500267223110113
Binary1000111111101101101110011010000101101111001001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,237,185); }

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

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

 a { background-color: rgb(143,237,185); }

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

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

 span { border-color: rgb(143,237,185); }

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