#8DFBB4

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

Shades of Vista Blue #8DFBB4

Tints of Vista Blue #8DFBB4

Color information

#8DFBB4 (or 0x8DFBB4) is unknown color: approx Vista Blue. HEX triplet: 8D, FB and B4. RGB value is (141,251,180). Sum of RGB (Red+Green+Blue) = 141+251+180=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBB4 is #72044B. Grayscale: #D2D2D2. Windows color (decimal): -7472204 or 11860877. OLE color: 11860877.

HSL color Cylindrical-coordinate representation of color #8DFBB4: hue angle of 141.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFBB4 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB141251180-
CMYK0.4400.280.02
HSL141.27º93.22%76.86%-
HSV(B)141.27º43.82%98.43%-
XYZ53.7277.9555.39-
YUV210.02111.0678.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.65%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=24.65%
G=43.88%
B=31.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412511800.4400.280.02141.2793.2276.86
Hex8DFBB42C01C28d5d4d
Octal215373264540342215135115
Binary100011011111101110110100101100011100101000110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,251,180); }

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

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

 a { background-color: rgb(141,251,180); }

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

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

 span { border-color: rgb(141,251,180); }

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