#8DDCA9

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

Shades of Vista Blue #8DDCA9

Tints of Vista Blue #8DDCA9

Color information

#8DDCA9 (or 0x8DDCA9) is unknown color: approx Vista Blue. HEX triplet: 8D, DC and A9. RGB value is (141,220,169). Sum of RGB (Red+Green+Blue) = 141+220+169=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCA9 is #722356. Grayscale: #BEBEBE. Windows color (decimal): -7480151 or 11132045. OLE color: 11132045.

HSL color Cylindrical-coordinate representation of color #8DDCA9: hue angle of 141.27º 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 #8DDCA9 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB141220169-
CMYK0.3600.230.14
HSL141.27º53.02%70.78%-
HSV(B)141.27º35.91%86.27%-
XYZ43.7459.7146.76-
YUV190.56115.8392.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=26.60%
G=41.51%
B=31.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201690.3600.230.14141.2753.0270.78
Hex8DDCA924017E8d3547
Octal215334251440271621565107
Binary1000110111011100101010011001000101111110100011011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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