#8DD6AC

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

Shades of Vista Blue #8DD6AC

Tints of Vista Blue #8DD6AC

Color information

#8DD6AC (or 0x8DD6AC) is unknown color: approx Vista Blue. HEX triplet: 8D, D6 and AC. RGB value is (141,214,172). Sum of RGB (Red+Green+Blue) = 141+214+172=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD6AC is #722953. Grayscale: #BBBBBB. Windows color (decimal): -7481684 or 11327117. OLE color: 11327117.

HSL color Cylindrical-coordinate representation of color #8DD6AC: hue angle of 145.48º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD6AC is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB141214172-
CMYK0.3400.200.16
HSL145.48º47.1%69.61%-
HSV(B)145.48º34.11%83.92%-
XYZ42.4856.7347.74-
YUV187.38119.3294.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=26.76%
G=40.61%
B=32.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141720.3400.200.16145.4847.169.61
Hex8DD6AC2201410912f46
Octal215326254420242022157106
Binary10001101110101101010110010001001010010000100100011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,172); }

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

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

 a { background-color: rgb(141,214,172); }

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

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

 span { border-color: rgb(141,214,172); }

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