#8DEBB5

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

Shades of Vista Blue #8DEBB5

Tints of Vista Blue #8DEBB5

Color information

#8DEBB5 (or 0x8DEBB5) is unknown color: approx Vista Blue. HEX triplet: 8D, EB and B5. RGB value is (141,235,181). Sum of RGB (Red+Green+Blue) = 141+235+181=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBB5 is #72144A. Grayscale: #C8C8C8. Windows color (decimal): -7476299 or 11922317. OLE color: 11922317.

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

Color convert

RGB141235181-
CMYK0.400.230.08
HSL145.53º70.15%73.73%-
HSV(B)145.53º40%92.16%-
XYZ49.0368.4254.34-
YUV200.74116.8685.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=25.31%
G=42.19%
B=32.50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351810.400.230.08145.5370.1573.73
Hex8DEBB528017892464a
Octal2153532655002710222106112
Binary10001101111010111011010110100001011110001001001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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