#8DEBA9

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

Shades of Vista Blue #8DEBA9

Tints of Vista Blue #8DEBA9

Color information

#8DEBA9 (or 0x8DEBA9) is unknown color: approx Vista Blue. HEX triplet: 8D, EB and A9. RGB value is (141,235,169). Sum of RGB (Red+Green+Blue) = 141+235+169=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBA9 is #721456. Grayscale: #C7C7C7. Windows color (decimal): -7476311 or 11135885. OLE color: 11135885.

HSL color Cylindrical-coordinate representation of color #8DEBA9: hue angle of 137.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBA9 is Cyan = 0.4, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB141235169-
CMYK0.400.280.08
HSL137.87º70.15%73.73%-
HSV(B)137.87º40%92.16%-
XYZ47.8567.9448.13-
YUV199.37110.8686.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.87%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=25.87%
G=43.12%
B=31.01%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351690.400.280.08137.8770.1573.73
Hex8DEBA92801C88a464a
Octal2153532515003410212106112
Binary10001101111010111010100110100001110010001000101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,235,169); }

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

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

 a { background-color: rgb(141,235,169); }

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

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

 span { border-color: rgb(141,235,169); }

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