#8DE8BF

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

Shades of Vista Blue #8DE8BF

Tints of Vista Blue #8DE8BF

Color information

#8DE8BF (or 0x8DE8BF) is unknown color: approx Vista Blue. HEX triplet: 8D, E8 and BF. RGB value is (141,232,191). Sum of RGB (Red+Green+Blue) = 141+232+191=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #8DE8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE8BF is #721740. Grayscale: #C8C8C8. Windows color (decimal): -7477057 or 12576909. OLE color: 12576909.

HSL color Cylindrical-coordinate representation of color #8DE8BF: hue angle of 152.97º degrees, saturation: 0.66, 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 #8DE8BF is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB141232191-
CMYK0.3900.180.09
HSL152.97º66.42%73.14%-
HSV(B)152.97º39.22%90.98%-
XYZ49.2567.1459.65-
YUV200.12122.8585.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25%
GREEN value IS 232 (91.02% from 255) = 41.13%
BLUE value IS 191 (75% from 255) = 33.87%
R=25%
G=41.13%
B=33.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412321910.3900.180.09152.9766.4273.14
Hex8DE8BF270129994249
Octal2153502774702211231102111
Binary10001101111010001011111110011101001010011001100110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,232,191); }

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

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

 a { background-color: rgb(141,232,191); }

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

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

 span { border-color: rgb(141,232,191); }

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