#8DD4AC

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

Shades of Vista Blue #8DD4AC

Tints of Vista Blue #8DD4AC

Color information

#8DD4AC (or 0x8DD4AC) is unknown color: approx Vista Blue. HEX triplet: 8D, D4 and AC. RGB value is (141,212,172). Sum of RGB (Red+Green+Blue) = 141+212+172=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD4AC is #722B53. Grayscale: #BABABA. Windows color (decimal): -7482196 or 11326605. OLE color: 11326605.

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

Color convert

RGB141212172-
CMYK0.3300.190.17
HSL146.2º45.22%69.22%-
HSV(B)146.2º33.49%83.14%-
XYZ41.9755.7347.57-
YUV186.21119.9895.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 212 (83.20% from 255) = 40.38%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=26.86%
G=40.38%
B=32.76%

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
Decimal1412121720.3300.190.17146.245.2269.22
Hex8DD4AC2101311922d45
Octal215324254410232122255105
Binary10001101110101001010110010000101001110001100100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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