#8DDCB5

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

Shades of Vista Blue #8DDCB5

Tints of Vista Blue #8DDCB5

Color information

#8DDCB5 (or 0x8DDCB5) is unknown color: approx Vista Blue. HEX triplet: 8D, DC and B5. RGB value is (141,220,181). Sum of RGB (Red+Green+Blue) = 141+220+181=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCB5 is #72234A. Grayscale: #C0C0C0. Windows color (decimal): -7480139 or 11918477. OLE color: 11918477.

HSL color Cylindrical-coordinate representation of color #8DDCB5: hue angle of 150.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCB5 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB141220181-
CMYK0.3600.180.14
HSL150.38º53.02%70.78%-
HSV(B)150.38º35.91%86.27%-
XYZ44.9260.1952.97-
YUV191.93121.8391.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.01%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=26.01%
G=40.59%
B=33.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201810.3600.180.14150.3853.0270.78
Hex8DDCB524012E963547
Octal215334265440221622665107
Binary1000110111011100101101011001000100101110100101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,181); }

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

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

 a { background-color: rgb(141,220,181); }

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

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

 span { border-color: rgb(141,220,181); }

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