#8CDDA9

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

Shades of Vista Blue #8CDDA9

Tints of Vista Blue #8CDDA9

Color information

#8CDDA9 (or 0x8CDDA9) is unknown color: approx Vista Blue. HEX triplet: 8C, DD and A9. RGB value is (140,221,169). Sum of RGB (Red+Green+Blue) = 140+221+169=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDA9 is #732256. Grayscale: #BEBEBE. Windows color (decimal): -7545431 or 11132300. OLE color: 11132300.

HSL color Cylindrical-coordinate representation of color #8CDDA9: hue angle of 141.48º 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 #8CDDA9 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB140221169-
CMYK0.3700.240.13
HSL141.48º54.36%70.78%-
HSV(B)141.48º36.65%86.67%-
XYZ43.8360.1546.84-
YUV190.85115.6691.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=26.42%
G=41.70%
B=31.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402211690.3700.240.13141.4854.3670.78
Hex8CDDA925018D8d3647
Octal214335251450301521566107
Binary1000110011011101101010011001010110001101100011011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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