#8DEBAD

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

Shades of Vista Blue #8DEBAD

Tints of Vista Blue #8DEBAD

Color information

#8DEBAD (or 0x8DEBAD) is unknown color: approx Vista Blue. HEX triplet: 8D, EB and AD. RGB value is (141,235,173). Sum of RGB (Red+Green+Blue) = 141+235+173=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBAD is #721452. Grayscale: #C7C7C7. Windows color (decimal): -7476307 or 11398029. OLE color: 11398029.

HSL color Cylindrical-coordinate representation of color #8DEBAD: hue angle of 140.43º 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 #8DEBAD is Cyan = 0.4, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB141235173-
CMYK0.400.260.08
HSL140.43º70.15%73.73%-
HSV(B)140.43º40%92.16%-
XYZ48.2468.150.14-
YUV199.83112.8686.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.68%
GREEN value IS 235 (92.19% from 255) = 42.81%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=25.68%
G=42.81%
B=31.51%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351730.400.260.08140.4370.1573.73
Hex8DEBAD2801A88c464a
Octal2153532555003210214106112
Binary10001101111010111010110110100001101010001000110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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