#8DCEA4

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

Shades of Vista Blue #8DCEA4

Tints of Vista Blue #8DCEA4

Color information

#8DCEA4 (or 0x8DCEA4) is unknown color: approx Vista Blue. HEX triplet: 8D, CE and A4. RGB value is (141,206,164). Sum of RGB (Red+Green+Blue) = 141+206+164=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCEA4 is #72315B. Grayscale: #B5B5B5. Windows color (decimal): -7483740 or 10800781. OLE color: 10800781.

HSL color Cylindrical-coordinate representation of color #8DCEA4: hue angle of 141.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEA4 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB141206164-
CMYK0.3200.200.19
HSL141.23º39.88%68.04%-
HSV(B)141.23º31.55%80.78%-
XYZ39.7652.4943.16-
YUV181.78117.9798.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=27.59%
G=40.31%
B=32.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061640.3200.200.19141.2339.8868.04
Hex8DCEA420014138d2844
Octal215316244400242321550104
Binary10001101110011101010010010000001010010011100011011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,164); }

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

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

 a { background-color: rgb(141,206,164); }

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

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

 span { border-color: rgb(141,206,164); }

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