#8DD1B6

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

Shades of Vista Blue #8DD1B6

Tints of Vista Blue #8DD1B6

Color information

#8DD1B6 (or 0x8DD1B6) is unknown color: approx Vista Blue. HEX triplet: 8D, D1 and B6. RGB value is (141,209,182). Sum of RGB (Red+Green+Blue) = 141+209+182=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD1B6 is #722E49. Grayscale: #B9B9B9. Windows color (decimal): -7482954 or 11981197. OLE color: 11981197.

HSL color Cylindrical-coordinate representation of color #8DD1B6: hue angle of 156.18º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD1B6 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB141209182-
CMYK0.3300.130.18
HSL156.18º42.5%68.63%-
HSV(B)156.18º32.54%81.96%-
XYZ42.2354.6452.58-
YUV185.59125.9796.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.50%
GREEN value IS 209 (82.03% from 255) = 39.29%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=26.50%
G=39.29%
B=34.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091820.3300.130.18156.1842.568.63
Hex8DD1B6210D129c2a45
Octal215321266410152223452105
Binary1000110111010001101101101000010110110010100111001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,209,182); }

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

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

 a { background-color: rgb(141,209,182); }

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

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

 span { border-color: rgb(141,209,182); }

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