#8DE8B8

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

Shades of Vista Blue #8DE8B8

Tints of Vista Blue #8DE8B8

Color information

#8DE8B8 (or 0x8DE8B8) is unknown color: approx Vista Blue. HEX triplet: 8D, E8 and B8. RGB value is (141,232,184). Sum of RGB (Red+Green+Blue) = 141+232+184=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #8DE8B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE8B8 is #721747. Grayscale: #C7C7C7. Windows color (decimal): -7477064 or 12118157. OLE color: 12118157.

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

Color convert

RGB141232184-
CMYK0.3900.210.09
HSL148.35º66.42%73.14%-
HSV(B)148.35º39.22%90.98%-
XYZ48.4966.8455.69-
YUV199.32119.3586.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=25.31%
G=41.65%
B=33.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412321840.3900.210.09148.3566.4273.14
Hex8DE8B8270159944249
Octal2153502704702511224102111
Binary10001101111010001011100010011101010110011001010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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