#8DDAAC

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

Shades of Vista Blue #8DDAAC

Tints of Vista Blue #8DDAAC

Color information

#8DDAAC (or 0x8DDAAC) is unknown color: approx Vista Blue. HEX triplet: 8D, DA and AC. RGB value is (141,218,172). Sum of RGB (Red+Green+Blue) = 141+218+172=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDAAC is #722553. Grayscale: #BDBDBD. Windows color (decimal): -7480660 or 11328141. OLE color: 11328141.

HSL color Cylindrical-coordinate representation of color #8DDAAC: hue angle of 144.16º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDAAC is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB141218172-
CMYK0.3500.210.15
HSL144.16º50.99%70.39%-
HSV(B)144.16º35.32%85.49%-
XYZ43.558.7848.08-
YUV189.73117.9993.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=26.55%
G=41.05%
B=32.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181720.3500.210.15144.1650.9970.39
Hex8DDAAC23015F903346
Octal215332254430251722063106
Binary1000110111011010101011001000110101011111100100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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