#8DEBB1

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

Shades of Vista Blue #8DEBB1

Tints of Vista Blue #8DEBB1

Color information

#8DEBB1 (or 0x8DEBB1) is unknown color: approx Vista Blue. HEX triplet: 8D, EB and B1. RGB value is (141,235,177). Sum of RGB (Red+Green+Blue) = 141+235+177=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBB1 is #72144E. Grayscale: #C8C8C8. Windows color (decimal): -7476303 or 11660173. OLE color: 11660173.

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

Color convert

RGB141235177-
CMYK0.400.250.08
HSL142.98º70.15%73.73%-
HSV(B)142.98º40%92.16%-
XYZ48.6368.2552.21-
YUV200.28114.8685.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=25.50%
G=42.50%
B=32.01%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351770.400.250.08142.9870.1573.73
Hex8DEBB12801988f464a
Octal2153532615003110217106112
Binary10001101111010111011000110100001100110001000111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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