#8CDDAF

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

Shades of Vista Blue #8CDDAF

Tints of Vista Blue #8CDDAF

Color information

#8CDDAF (or 0x8CDDAF) is unknown color: approx Vista Blue. HEX triplet: 8C, DD and AF. RGB value is (140,221,175). Sum of RGB (Red+Green+Blue) = 140+221+175=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDAF is #732250. Grayscale: #BFBFBF. Windows color (decimal): -7545425 or 11525516. OLE color: 11525516.

HSL color Cylindrical-coordinate representation of color #8CDDAF: hue angle of 145.93º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDAF is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB140221175-
CMYK0.3700.210.13
HSL145.93º54.36%70.78%-
HSV(B)145.93º36.65%86.67%-
XYZ44.4160.3849.87-
YUV191.54118.6691.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=26.12%
G=41.23%
B=32.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402211750.3700.210.13145.9354.3670.78
Hex8CDDAF25015D923647
Octal214335257450251522266107
Binary1000110011011101101011111001010101011101100100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,221,175); }

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

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

 a { background-color: rgb(140,221,175); }

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

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

 span { border-color: rgb(140,221,175); }

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