#8DE6B3

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

Shades of Vista Blue #8DE6B3

Tints of Vista Blue #8DE6B3

Color information

#8DE6B3 (or 0x8DE6B3) is unknown color: approx Vista Blue. HEX triplet: 8D, E6 and B3. RGB value is (141,230,179). Sum of RGB (Red+Green+Blue) = 141+230+179=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE6B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE6B3 is #72194C. Grayscale: #C5C5C5. Windows color (decimal): -7477581 or 11789965. OLE color: 11789965.

HSL color Cylindrical-coordinate representation of color #8DE6B3: hue angle of 145.62º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE6B3 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB141230179-
CMYK0.3900.220.10
HSL145.62º64.03%72.75%-
HSV(B)145.62º38.7%90.2%-
XYZ47.4265.5152.79-
YUV197.58117.5187.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 230 (90.23% from 255) = 41.82%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=25.64%
G=41.82%
B=32.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1412301790.3900.220.10145.6264.0372.75
Hex8DE6B327016A924049
Octal2153462634702612222100111
Binary10001101111001101011001110011101011010101001001010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,230,179); }

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

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

 a { background-color: rgb(141,230,179); }

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

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

 span { border-color: rgb(141,230,179); }

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