#8DDCAD

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

Shades of Vista Blue #8DDCAD

Tints of Vista Blue #8DDCAD

Color information

#8DDCAD (or 0x8DDCAD) is unknown color: approx Vista Blue. HEX triplet: 8D, DC and AD. RGB value is (141,220,173). Sum of RGB (Red+Green+Blue) = 141+220+173=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCAD is #722352. Grayscale: #BFBFBF. Windows color (decimal): -7480147 or 11394189. OLE color: 11394189.

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

Color convert

RGB141220173-
CMYK0.3600.210.14
HSL144.3º53.02%70.78%-
HSV(B)144.3º35.91%86.27%-
XYZ44.1259.8748.77-
YUV191.02117.8392.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=26.40%
G=41.20%
B=32.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201730.3600.210.14144.353.0270.78
Hex8DDCAD24015E903547
Octal215334255440251622065107
Binary1000110111011100101011011001000101011110100100001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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