#8DD9B4

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

Shades of Vista Blue #8DD9B4

Tints of Vista Blue #8DD9B4

Color information

#8DD9B4 (or 0x8DD9B4) is unknown color: approx Vista Blue. HEX triplet: 8D, D9 and B4. RGB value is (141,217,180). Sum of RGB (Red+Green+Blue) = 141+217+180=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD9B4 is #72264B. Grayscale: #BEBEBE. Windows color (decimal): -7480908 or 11852173. OLE color: 11852173.

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

Color convert

RGB141217180-
CMYK0.3500.170.15
HSL150.79º50%70.2%-
HSV(B)150.79º35.02%85.1%-
XYZ44.0458.5852.17-
YUV190.06122.3293.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=26.21%
G=40.33%
B=33.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171800.3500.170.15150.795070.2
Hex8DD9B423011F973246
Octal215331264430211722762106
Binary1000110111011001101101001000110100011111100101111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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