#8FE5BD

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

Shades of Vista Blue #8FE5BD

Tints of Vista Blue #8FE5BD

Color information

#8FE5BD (or 0x8FE5BD) is unknown color: approx Vista Blue. HEX triplet: 8F, E5 and BD. RGB value is (143,229,189). Sum of RGB (Red+Green+Blue) = 143+229+189=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE5BD is #701A42. Grayscale: #C6C6C6. Windows color (decimal): -7346755 or 12445071. OLE color: 12445071.

HSL color Cylindrical-coordinate representation of color #8FE5BD: hue angle of 152.09º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE5BD is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB143229189-
CMYK0.3800.170.10
HSL152.09º62.32%72.94%-
HSV(B)152.09º37.55%89.8%-
XYZ48.5365.5558.24-
YUV198.73122.5188.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.49%
GREEN value IS 229 (89.84% from 255) = 40.82%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=25.49%
G=40.82%
B=33.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1432291890.3800.170.10152.0962.3272.94
Hex8FE5BD26011A983e49
Octal217345275460211223076111
Binary1000111111100101101111011001100100011010100110001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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