#8DD3AB

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

Shades of Vista Blue #8DD3AB

Tints of Vista Blue #8DD3AB

Color information

#8DD3AB (or 0x8DD3AB) is unknown color: approx Vista Blue. HEX triplet: 8D, D3 and AB. RGB value is (141,211,171). Sum of RGB (Red+Green+Blue) = 141+211+171=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD3AB is #722C54. Grayscale: #B9B9B9. Windows color (decimal): -7482453 or 11260813. OLE color: 11260813.

HSL color Cylindrical-coordinate representation of color #8DD3AB: hue angle of 145.71º 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 #8DD3AB is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB141211171-
CMYK0.3300.190.17
HSL145.71º44.3%69.02%-
HSV(B)145.71º33.18%82.75%-
XYZ41.6355.1946.99-
YUV185.51119.8196.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=26.96%
G=40.34%
B=32.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412111710.3300.190.17145.7144.369.02
Hex8DD3AB2101311922c45
Octal215323253410232122254105
Binary10001101110100111010101110000101001110001100100101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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