#8DE9BB

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

Shades of Vista Blue #8DE9BB

Tints of Vista Blue #8DE9BB

Color information

#8DE9BB (or 0x8DE9BB) is unknown color: approx Vista Blue. HEX triplet: 8D, E9 and BB. RGB value is (141,233,187). Sum of RGB (Red+Green+Blue) = 141+233+187=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE9BB is #721644. Grayscale: #C8C8C8. Windows color (decimal): -7476805 or 12315021. OLE color: 12315021.

HSL color Cylindrical-coordinate representation of color #8DE9BB: hue angle of 150º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE9BB is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB141233187-
CMYK0.3900.200.09
HSL150º67.65%73.33%-
HSV(B)150º39.48%91.37%-
XYZ49.0967.5357.46-
YUV200.25120.5285.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 233 (91.41% from 255) = 41.53%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=25.13%
G=41.53%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412331870.3900.200.0915067.6573.33
Hex8DE9BB270149964449
Octal2153512734702411226104111
Binary10001101111010011011101110011101010010011001011010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,233,187); }

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

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

 a { background-color: rgb(141,233,187); }

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

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

 span { border-color: rgb(141,233,187); }

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