#8DDCAC

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

Shades of Vista Blue #8DDCAC

Tints of Vista Blue #8DDCAC

Color information

#8DDCAC (or 0x8DDCAC) is unknown color: approx Vista Blue. HEX triplet: 8D, DC and AC. RGB value is (141,220,172). Sum of RGB (Red+Green+Blue) = 141+220+172=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCAC is #722353. Grayscale: #BFBFBF. Windows color (decimal): -7480148 or 11328653. OLE color: 11328653.

HSL color Cylindrical-coordinate representation of color #8DDCAC: hue angle of 143.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCAC is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB141220172-
CMYK0.3600.220.14
HSL143.54º53.02%70.78%-
HSV(B)143.54º35.91%86.27%-
XYZ44.0259.8348.26-
YUV190.91117.3392.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=26.45%
G=41.28%
B=32.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201720.3600.220.14143.5453.0270.78
Hex8DDCAC24016E903547
Octal215334254440261622065107
Binary1000110111011100101011001001000101101110100100001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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