#8DCCA6

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

Shades of Vista Blue #8DCCA6

Tints of Vista Blue #8DCCA6

Color information

#8DCCA6 (or 0x8DCCA6) is unknown color: approx Vista Blue. HEX triplet: 8D, CC and A6. RGB value is (141,204,166). Sum of RGB (Red+Green+Blue) = 141+204+166=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCA6 is #723359. Grayscale: #B4B4B4. Windows color (decimal): -7484250 or 10931341. OLE color: 10931341.

HSL color Cylindrical-coordinate representation of color #8DCCA6: hue angle of 143.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCA6 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB141204166-
CMYK0.3100.190.2
HSL143.81º38.18%67.65%-
HSV(B)143.81º30.88%80%-
XYZ39.4651.643.96-
YUV180.83119.6399.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=27.59%
G=39.92%
B=32.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041660.3100.190.2143.8138.1867.65
Hex8DCCA61F01314902644
Octal215314246370232422046104
Binary1000110111001100101001101111101001110100100100001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,166); }

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

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

 a { background-color: rgb(141,204,166); }

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

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

 span { border-color: rgb(141,204,166); }

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