#8FF5B4

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

Shades of Vista Blue #8FF5B4

Tints of Vista Blue #8FF5B4

Color information

#8FF5B4 (or 0x8FF5B4) is unknown color: approx Vista Blue. HEX triplet: 8F, F5 and B4. RGB value is (143,245,180). Sum of RGB (Red+Green+Blue) = 143+245+180=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF5B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF5B4 is #700A4B. Grayscale: #CFCFCF. Windows color (decimal): -7342668 or 11859343. OLE color: 11859343.

HSL color Cylindrical-coordinate representation of color #8FF5B4: hue angle of 141.76º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF5B4 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB143245180-
CMYK0.4200.270.04
HSL141.76º83.61%76.08%-
HSV(B)141.76º41.63%96.08%-
XYZ52.2274.4454.8-
YUV207.09112.7182.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.18%
GREEN value IS 245 (96.09% from 255) = 43.13%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=25.18%
G=43.13%
B=31.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432451800.4200.270.04141.7683.6176.08
Hex8FF5B42A01B48e544c
Octal217365264520334216124114
Binary1000111111110101101101001010100110111001000111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,245,180); }

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

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

 a { background-color: rgb(143,245,180); }

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

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

 span { border-color: rgb(143,245,180); }

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