#8DF5B3

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

Shades of Vista Blue #8DF5B3

Tints of Vista Blue #8DF5B3

Color information

#8DF5B3 (or 0x8DF5B3) is unknown color: approx Vista Blue. HEX triplet: 8D, F5 and B3. RGB value is (141,245,179). Sum of RGB (Red+Green+Blue) = 141+245+179=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF5B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF5B3 is #720A4C. Grayscale: #CECECE. Windows color (decimal): -7473741 or 11793805. OLE color: 11793805.

HSL color Cylindrical-coordinate representation of color #8DF5B3: hue angle of 141.92º 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 #8DF5B3 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB141245179-
CMYK0.4200.270.04
HSL141.92º83.87%75.69%-
HSV(B)141.92º42.45%96.08%-
XYZ51.7774.2254.25-
YUV206.38112.5481.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 245 (96.09% from 255) = 43.36%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=24.96%
G=43.36%
B=31.68%

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
Decimal1412451790.4200.270.04141.9283.8775.69
Hex8DF5B32A01B48e544c
Octal215365263520334216124114
Binary1000110111110101101100111010100110111001000111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,245,179); }

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

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

 a { background-color: rgb(141,245,179); }

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

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

 span { border-color: rgb(141,245,179); }

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