#8DDFBD

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

Shades of Vista Blue #8DDFBD

Tints of Vista Blue #8DDFBD

Color information

#8DDFBD (or 0x8DDFBD) is unknown color: approx Vista Blue. HEX triplet: 8D, DF and BD. RGB value is (141,223,189). Sum of RGB (Red+Green+Blue) = 141+223+189=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDFBD is #722042. Grayscale: #C2C2C2. Windows color (decimal): -7479363 or 12443533. OLE color: 12443533.

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

Color convert

RGB141223189-
CMYK0.3700.150.13
HSL155.12º56.16%71.37%-
HSV(B)155.12º36.77%87.45%-
XYZ46.5662.1157.68-
YUV194.61124.8389.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=25.50%
G=40.33%
B=34.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412231890.3700.150.13155.1256.1671.37
Hex8DDFBD250FD9b3847
Octal215337275450171523370107
Binary100011011101111110111101100101011111101100110111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,223,189); }

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

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

 a { background-color: rgb(141,223,189); }

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

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

 span { border-color: rgb(141,223,189); }

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