#8DD2AD

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

Shades of Vista Blue #8DD2AD

Tints of Vista Blue #8DD2AD

Color information

#8DD2AD (or 0x8DD2AD) is unknown color: approx Vista Blue. HEX triplet: 8D, D2 and AD. RGB value is (141,210,173). Sum of RGB (Red+Green+Blue) = 141+210+173=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD2AD is #722D52. Grayscale: #B9B9B9. Windows color (decimal): -7482707 or 11391629. OLE color: 11391629.

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

Color convert

RGB141210173-
CMYK0.3300.180.18
HSL147.83º43.4%68.82%-
HSV(B)147.83º32.86%82.35%-
XYZ41.5754.7747.92-
YUV185.15121.1496.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=26.91%
G=40.08%
B=33.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101730.3300.180.18147.8343.468.82
Hex8DD2AD2101212942b45
Octal215322255410222222453105
Binary10001101110100101010110110000101001010010100101001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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