#8CDDAE

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

Shades of Vista Blue #8CDDAE

Tints of Vista Blue #8CDDAE

Color information

#8CDDAE (or 0x8CDDAE) is unknown color: approx Vista Blue. HEX triplet: 8C, DD and AE. RGB value is (140,221,174). Sum of RGB (Red+Green+Blue) = 140+221+174=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDAE is #732251. Grayscale: #BFBFBF. Windows color (decimal): -7545426 or 11459980. OLE color: 11459980.

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

Color convert

RGB140221174-
CMYK0.3700.210.13
HSL145.19º54.36%70.78%-
HSV(B)145.19º36.65%86.67%-
XYZ44.3160.3449.36-
YUV191.42118.1691.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=26.17%
G=41.31%
B=32.52%

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
Decimal1402211740.3700.210.13145.1954.3670.78
Hex8CDDAE25015D913647
Octal214335256450251522166107
Binary1000110011011101101011101001010101011101100100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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