#8DDBAC

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

Shades of Vista Blue #8DDBAC

Tints of Vista Blue #8DDBAC

Color information

#8DDBAC (or 0x8DDBAC) is unknown color: approx Vista Blue. HEX triplet: 8D, DB and AC. RGB value is (141,219,172). Sum of RGB (Red+Green+Blue) = 141+219+172=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDBAC is #722453. Grayscale: #BEBEBE. Windows color (decimal): -7480404 or 11328397. OLE color: 11328397.

HSL color Cylindrical-coordinate representation of color #8DDBAC: hue angle of 143.85º degrees, saturation: 0.52, 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 #8DDBAC is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB141219172-
CMYK0.3600.210.14
HSL143.85º52%70.59%-
HSV(B)143.85º35.62%85.88%-
XYZ43.7659.348.17-
YUV190.32117.6692.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.50%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=26.50%
G=41.17%
B=32.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412191720.3600.210.14143.855270.59
Hex8DDBAC24015E903447
Octal215333254440251622064107
Binary1000110111011011101011001001000101011110100100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,219,172); }

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

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

 a { background-color: rgb(141,219,172); }

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

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

 span { border-color: rgb(141,219,172); }

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