#8FEDBD

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

Shades of Vista Blue #8FEDBD

Tints of Vista Blue #8FEDBD

Color information

#8FEDBD (or 0x8FEDBD) is unknown color: approx Vista Blue. HEX triplet: 8F, ED and BD. RGB value is (143,237,189). Sum of RGB (Red+Green+Blue) = 143+237+189=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDBD is #701242. Grayscale: #CBCBCB. Windows color (decimal): -7344707 or 12447119. OLE color: 12447119.

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

Color convert

RGB143237189-
CMYK0.4000.200.07
HSL149.36º72.31%74.51%-
HSV(B)149.36º39.66%92.94%-
XYZ50.870.0858.99-
YUV203.42119.8684.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.13%
GREEN value IS 237 (92.97% from 255) = 41.65%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=25.13%
G=41.65%
B=33.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432371890.4000.200.07149.3672.3174.51
Hex8FEDBD28014795484b
Octal217355275500247225110113
Binary1000111111101101101111011010000101001111001010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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