#8DE1BB

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

Shades of Vista Blue #8DE1BB

Tints of Vista Blue #8DE1BB

Color information

#8DE1BB (or 0x8DE1BB) is unknown color: approx Vista Blue. HEX triplet: 8D, E1 and BB. RGB value is (141,225,187). Sum of RGB (Red+Green+Blue) = 141+225+187=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE1BB is #721E44. Grayscale: #C3C3C3. Windows color (decimal): -7478853 or 12312973. OLE color: 12312973.

HSL color Cylindrical-coordinate representation of color #8DE1BB: hue angle of 152.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE1BB is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB141225187-
CMYK0.3700.170.12
HSL152.86º58.33%71.76%-
HSV(B)152.86º37.33%88.24%-
XYZ46.8863.156.72-
YUV195.55123.1789.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 225 (88.28% from 255) = 40.69%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=25.50%
G=40.69%
B=33.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412251870.3700.170.12152.8658.3371.76
Hex8DE1BB25011C993a48
Octal215341273450211423172110
Binary1000110111100001101110111001010100011100100110011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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