#8DDDBC

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

Shades of Vista Blue #8DDDBC

Tints of Vista Blue #8DDDBC

Color information

#8DDDBC (or 0x8DDDBC) is unknown color: approx Vista Blue. HEX triplet: 8D, DD and BC. RGB value is (141,221,188). Sum of RGB (Red+Green+Blue) = 141+221+188=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDBC is #722243. Grayscale: #C1C1C1. Windows color (decimal): -7479876 or 12377485. OLE color: 12377485.

HSL color Cylindrical-coordinate representation of color #8DDDBC: hue angle of 155.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDDBC is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB141221188-
CMYK0.3600.150.13
HSL155.25º54.05%70.98%-
HSV(B)155.25º36.2%86.67%-
XYZ45.9261.0156.93-
YUV193.3212590.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=25.64%
G=40.18%
B=34.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211880.3600.150.13155.2554.0570.98
Hex8DDDBC240FD9b3647
Octal215335274440171523366107
Binary100011011101110110111100100100011111101100110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,188); }

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

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

 a { background-color: rgb(141,221,188); }

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

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

 span { border-color: rgb(141,221,188); }

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