#8DEBAC

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

Shades of Vista Blue #8DEBAC

Tints of Vista Blue #8DEBAC

Color information

#8DEBAC (or 0x8DEBAC) is unknown color: approx Vista Blue. HEX triplet: 8D, EB and AC. RGB value is (141,235,172). Sum of RGB (Red+Green+Blue) = 141+235+172=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBAC is #721453. Grayscale: #C7C7C7. Windows color (decimal): -7476308 or 11332493. OLE color: 11332493.

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

Color convert

RGB141235172-
CMYK0.400.270.08
HSL139.79º70.15%73.73%-
HSV(B)139.79º40%92.16%-
XYZ48.1468.0649.63-
YUV199.71112.3686.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 235 (92.19% from 255) = 42.88%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=25.73%
G=42.88%
B=31.39%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351720.400.270.08139.7970.1573.73
Hex8DEBAC2801B88c464a
Octal2153532545003310214106112
Binary10001101111010111010110010100001101110001000110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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