#8DCCAB

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

Shades of Vista Blue #8DCCAB

Tints of Vista Blue #8DCCAB

Color information

#8DCCAB (or 0x8DCCAB) is unknown color: approx Vista Blue. HEX triplet: 8D, CC and AB. RGB value is (141,204,171). Sum of RGB (Red+Green+Blue) = 141+204+171=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCAB is #723354. Grayscale: #B5B5B5. Windows color (decimal): -7484245 or 11259021. OLE color: 11259021.

HSL color Cylindrical-coordinate representation of color #8DCCAB: hue angle of 148.57º 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 #8DCCAB is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB141204171-
CMYK0.3100.160.2
HSL148.57º38.18%67.65%-
HSV(B)148.57º30.88%80%-
XYZ39.9351.7946.42-
YUV181.4122.1399.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=27.33%
G=39.53%
B=33.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041710.3100.160.2148.5738.1867.65
Hex8DCCAB1F01014952644
Octal215314253370202422546104
Binary1000110111001100101010111111101000010100100101011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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