#8DDAAD

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

Shades of Vista Blue #8DDAAD

Tints of Vista Blue #8DDAAD

Color information

#8DDAAD (or 0x8DDAAD) is unknown color: approx Vista Blue. HEX triplet: 8D, DA and AD. RGB value is (141,218,173). Sum of RGB (Red+Green+Blue) = 141+218+173=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDAAD is #722552. Grayscale: #BDBDBD. Windows color (decimal): -7480659 or 11393677. OLE color: 11393677.

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

Color convert

RGB141218173-
CMYK0.3500.210.15
HSL144.94º50.99%70.39%-
HSV(B)144.94º35.32%85.49%-
XYZ43.658.8248.59-
YUV189.85118.4993.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.50%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=26.50%
G=40.98%
B=32.52%

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
Decimal1412181730.3500.210.15144.9450.9970.39
Hex8DDAAD23015F913346
Octal215332255430251722163106
Binary1000110111011010101011011000110101011111100100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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