#8DD9B3

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

Shades of Vista Blue #8DD9B3

Tints of Vista Blue #8DD9B3

Color information

#8DD9B3 (or 0x8DD9B3) is unknown color: approx Vista Blue. HEX triplet: 8D, D9 and B3. RGB value is (141,217,179). Sum of RGB (Red+Green+Blue) = 141+217+179=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD9B3 is #72264C. Grayscale: #BEBEBE. Windows color (decimal): -7480909 or 11786637. OLE color: 11786637.

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

Color convert

RGB141217179-
CMYK0.3500.180.15
HSL150º50%70.2%-
HSV(B)150º35.02%85.1%-
XYZ43.9358.5451.63-
YUV189.94121.8293.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=26.26%
G=40.41%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171790.3500.180.151505070.2
Hex8DD9B323012F963246
Octal215331263430221722662106
Binary1000110111011001101100111000110100101111100101101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,179); }

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

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

 a { background-color: rgb(141,217,179); }

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

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

 span { border-color: rgb(141,217,179); }

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