#8DF8B9

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

Shades of Vista Blue #8DF8B9

Tints of Vista Blue #8DF8B9

Color information

#8DF8B9 (or 0x8DF8B9) is unknown color: approx Vista Blue. HEX triplet: 8D, F8 and B9. RGB value is (141,248,185). Sum of RGB (Red+Green+Blue) = 141+248+185=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF8B9 is #720746. Grayscale: #D0D0D0. Windows color (decimal): -7472967 or 12187789. OLE color: 12187789.

HSL color Cylindrical-coordinate representation of color #8DF8B9: hue angle of 144.67º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF8B9 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB141248185-
CMYK0.4300.250.03
HSL144.67º88.43%76.27%-
HSV(B)144.67º43.15%97.25%-
XYZ53.3176.357.82-
YUV208.82114.5579.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.56%
GREEN value IS 248 (97.27% from 255) = 43.21%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=24.56%
G=43.21%
B=32.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412481850.4300.250.03144.6788.4376.27
Hex8DF8B92B019391584c
Octal215370271530313221130114
Binary100011011111100010111001101011011001111001000110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,248,185); }

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

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

 a { background-color: rgb(141,248,185); }

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

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

 span { border-color: rgb(141,248,185); }

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