#8DD3AD

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

Shades of Vista Blue #8DD3AD

Tints of Vista Blue #8DD3AD

Color information

#8DD3AD (or 0x8DD3AD) is unknown color: approx Vista Blue. HEX triplet: 8D, D3 and AD. RGB value is (141,211,173). Sum of RGB (Red+Green+Blue) = 141+211+173=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD3AD is #722C52. Grayscale: #B9B9B9. Windows color (decimal): -7482451 or 11391885. OLE color: 11391885.

HSL color Cylindrical-coordinate representation of color #8DD3AD: hue angle of 147.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD3AD is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB141211173-
CMYK0.3300.180.17
HSL147.43º44.3%69.02%-
HSV(B)147.43º33.18%82.75%-
XYZ41.8255.2748-
YUV185.74120.8196.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 211 (82.81% from 255) = 40.19%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=26.86%
G=40.19%
B=32.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412111730.3300.180.17147.4344.369.02
Hex8DD3AD2101211932c45
Octal215323255410222122354105
Binary10001101110100111010110110000101001010001100100111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,211,173); }

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

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

 a { background-color: rgb(141,211,173); }

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

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

 span { border-color: rgb(141,211,173); }

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